xposed调试H5混合内容debug

就等于是调试webview的debug一样

如果uc-devtools可以看到混合应用的inspect,证明应用是开启了debug模式的

webview 启用debug方法

settins.setWebContentsDebuggingEnabled(true);

在mumu模拟器安装测试

https://my.oschina.net/discussjava/blog/3106286

插件源码webviewdebughook.apk

https://github.com/feix760/WebViewDebugHook

下载链接

https://github.com/feix760/WebViewDebugHook/blob/master/app/release/app-release.apk?raw=true

使用教程

https://www.cnblogs.com/jiuyigirl/p/7372558.html

root环境安装框架

http://repo.xposed.info/module/de.robv.android.xposed.installer

或者安卓设备安装xposed虚拟框架

https://github.com/android-hacker/VirtualXposed

在 Chrome 浏览器中输入

chrome://inspect

点赞

发表评论

电子邮件地址不会被公开。必填项已用 * 标注