-
Notifications
You must be signed in to change notification settings - Fork 10
Fixing runtime errors
Simão Gomes Viana edited this page Sep 22, 2024
·
5 revisions
Make sure a WebView apk is installed. Usually there'll be a external/chromium-webview in your source tree. This also needs to be specified in product/halogenOS in the framework overlay.
To troubleshoot this issue, try following steps first:
-
adb shell am start -n com.android.settings/com.android.settings.WebViewImplementation-> tap on the webview -
adb shell am start -n com.android.webview/org.chromium.android_webview.devui.MainActivity-> if this does not start an activity, there's a problem with the WebView app -
adb shell pm list packages -a | grep webview-> if this does not give you a com.android.webview package, then WebView is missing.