混合开发
Tomes_V_White
我对技术一无所知
展开
-
通过Chrome实时调试webview
为了方便webview的动态调试,googl官方提供了一个好用的调试途径,即使用Google浏览器调试Android端的webview页面方法1.确保pc的adb环境不懂的请看https://blog.csdn.net/zmeilin/article/details/893172692.手机开启开发者模式,并且Usb 连接到电脑3.Android工程里的webView代码 开启调试模式mWebView.setWebContentsDebuggingEnabled(true);修原创 2020-12-11 11:29:20 · 1159 阅读 · 0 评论 -
Caused by: java.lang.RuntimeException: Using WebView from more than one process at once with the...
最近帮一个内部的项目解决问题,他们在多进程使用webview的时候碰到了崩溃问题问题:Caused by: java.lang.RuntimeException: Using WebView from more than one process at once with the same data directory is not supported原因:Android 9 prohibit sharing WebView data directory among multiple pr原创 2020-12-11 10:48:31 · 1594 阅读 · 0 评论