Crashes zygote on boot with Android 15
Opened this issue · 5 comments
Crashes zygote on boot.
Pixel 9
Magisk 28.0
LsPosed_mod 1.9.3
Got exactly the same issue, took me some time to figure out, that it was not Magisk or LSPosed.
I fear this repo is fully abandoned, though. This was the very last solution I could find to replace Webviews.
Has the same issue
Tried to fix but with no luck
For one with ability/interest to fix, the following is my error log(don't know whether the author is the same case through):
*I use KSU+ZygiskNext
Crash unexpectedly: java.lang.RuntimeException: Failed to create service com.android.server.webkit.WebViewUpdateService: service constructor threw an exception
at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:259)
at com.android.server.SystemServer.startCoreServices(SystemServer.java:1527)
at com.android.server.SystemServer.run(SystemServer.java:1017)
at com.android.server.SystemServer.main(SystemServer.java:677)
at java.lang.reflect.Method.invoke(Native Method)
at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:600)
at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:983)
Caused by: java.lang.reflect.InvocationTargetException
at java.lang.reflect.Constructor.newInstance0(Native Method)
at java.lang.reflect.Constructor.newInstance(Constructor.java:343)
at com.android.server.SystemServiceManager.startService(SystemServiceManager.java:248)
... 6 more
Caused by: android.util.AndroidRuntimeException: No available by default WebView Provider.
at com.android.server.webkit.WebViewUpdateServiceImpl2.<init>(WebViewUpdateServiceImpl2.java:126)
at com.android.server.webkit.WebViewUpdateService.<init>(WebViewUpdateService.java:76)
... 9 more
There seems to be some new development going on in another app of the same kind:
Magisk-Modules-Alt-Repo/open_webview#46
Since this repo here is just as dead as the other one was, I would recommend changing.
I personally switched from AnyWebView to Open WebView after concluding that the latter is infinitely easier to get working again.
https://github.com/neoblackxt/AnyWebView/releases/tag/v1.3 works for me.
Don't know whether for you through.