how to enable WebKit's remote debugging/inspector of Android app using WebView?

前端 未结 5 2017
野趣味
野趣味 2020-12-06 05:27

I need to inspect javascript execution (webview widget) in an android application, while debugging; through SDK & usb cable and/or http/websockets; from destop compute

5条回答
  •  北荒
    北荒 (楼主)
    2020-12-06 05:56

    Now it is easy with Android 4.4. See https://developers.google.com/chrome-developer-tools/docs/remote-debugging#debugging-webviews

提交回复
热议问题