React native RN

Cached Bundles 问题

2018-04-26  本文已影响382人  码代码的小公举

当打开debugger的时候得到的是Cached Bundles,
里面显示Failed to load resource: the server responded with a status of 404 (Not Found)。
爆红显示:
Runtime is not ready for debugging
Make sure Packager server is running
Make sure the JavaScript Debugger is running and not paused on a
breakpoint or exception and try reloading again

我这里的原因是因为我手上是多个项目同时进行,今天这个,明天那个,今天产生的缓存会导致明天出现这个问题,解决方法:

可以先尝试2,一般就解决了,如果无效请尝试1,2,3

1.把模拟器初始化


simulator

2.把游览器清除缓存,这个很重要(主要就是这个游览器存在缓存)


设置

3.重启电脑。

然后 成功运行debugger咯~~啦啦啦

上一篇下一篇

猜你喜欢

热点阅读