美文网首页React native RN
Cached Bundles 问题

Cached Bundles 问题

作者: 码代码的小公举 | 来源:发表于2018-04-26 10:32 被阅读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咯~~啦啦啦

    相关文章

      网友评论

      本文标题:Cached Bundles 问题

      本文链接:https://www.haomeiwen.com/subject/okrplftx.html