美文网首页Android
WebView 远程调试

WebView 远程调试

作者: act262 | 来源:发表于2017-09-05 12:46 被阅读26次

    Android SDK API 19+ 开始支持 WebView的远程调试,配合 Chrome 的开发者工具可以很方便的调试 WebView.

    使用方法

    参考官网的姿势即可
    https://developers.google.com/web/tools/chrome-devtools/remote-debugging/webviews?hl=zh-cn

    https://developers.google.com/web/tools/chrome-devtools/remote-debugging/?hl=zh-cn

    一些问题

    • Chrome 打开 inspect 后一片空白,首次使用需要 FQ自动下载一些东西, 后面就能够正常使用了

    相关文章

      网友评论

        本文标题:WebView 远程调试

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