[HTML5]android远程调试工具chrome

该工具的目的是在PC端动态调试手机chrome浏览器内显示,要求androidSDK,pc端chrome,手机端chrome。使用范围较为局限。


1.下载手机端chrome,设置-开发者工具-使用倾斜滚动勾上,启用USB网页调试勾上
2.下载PC端chrome
3.开启手机debug模式
4.adb forward tcp:9222 localabstract:chrome_devtools_remote
5.在PC端访问localhost:9222
6.调试哪个页面就选择哪个页面,但是这里需要FQ才能调试。、

可参考资料:
https://developers.google.com/chrome-developer-tools/docs/remote-debugging?hl=zh-CN
http://www.guidingtech.com/14598/debug-web-pages-on-chrome-mobile-android-computer/
http://stackoverflow.com/questions/10212256/google-chrome-for-android-remote-debugging-localhost9222-not-available

你可能感兴趣的:(android,html5,远程调试)