react native remote debugging js (unable to open)

 

Solution one:

FQ is required because chrome inspect needs to load   resources on https://chrome-devtools-frontend.appspot.com .

GoogleChrome/ADBPlugin#14

Solution two:

Edit the hosts file and add:

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

or

74.125.25.141 chrome-devtools-frontend.appspot.com

Solution three:

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

Try chrome://appcache-internals/#Clear the cache here

 


 

 

 Modify the host file:

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

 Reference link:

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

https://chat.xutongbao.top/ 

Guess you like

Origin blog.csdn.net/xutongbao/article/details/131897549