react native远程调试js(无法打开)

 

解决方案一:

因为chrome inspect需要加载 https://chrome-devtools-frontend.appspot.com 上的资源,所以需要FQ。

GoogleChrome/ADBPlugin#14

解决方案二:

编辑hosts文件,添加:

61.91.161.217    chrome-devtools-frontend.appspot.com
61.91.161.217    chrometophone.appspot.com

74.125.25.141 chrome-devtools-frontend.appspot.com

解决方案三:

chrome://appcache-internals/#
remove all
enjoy it

尝试一下chrome://appcache-internals/#清除一下这里的缓存

 


 

react native远程调试js(无法打开)_第1张图片

 

 修改host文件:

#react native 调试请求国外的链接
61.91.161.217    chrome-devtools-frontend.appspot.com
61.91.161.217    chrometophone.appspot.com

react native远程调试js(无法打开)_第2张图片

 参考链接:

https://www.cnblogs.com/hz-blog/p/10591932.html

https://chat.xutongbao.top/ 

你可能感兴趣的:(web前端,react,native,javascript,react.js)