The document details a crash report for an HONOR device running Android 14, indicating a failure to create a service due to a missing WebView package. The error message specifies that no WebView is installed, leading to a RuntimeException. The stack trace provides insight into the sequence of method calls that resulted in the crash.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
0 ratings0% found this document useful (0 votes)
6 views1 page
mod_menu_crash_2025_04_14-14_11_43
The document details a crash report for an HONOR device running Android 14, indicating a failure to create a service due to a missing WebView package. The error message specifies that no WebView is installed, leading to a RuntimeException. The stack trace provides insight into the sequence of method calls that resulted in the crash.
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as TXT, PDF, TXT or read online on Scribd
You are on page 1/ 1
************* Crash Head ****************
Time Of Crash : 2025_04_14-14_11_43
Device Manufacturer: HONOR Device Model : VNE-LX1 Android Version : 14 Android SDK : 34 App VersionName : 24.0.03 App VersionCode : 40242 ************* Crash Head ****************
java.lang.RuntimeException: Unable to create service com.android.support.Launcher:
android.util.AndroidRuntimeException: android.util.AndroidRuntimeException: android.webkit.WebViewFactory$MissingWebViewPackageException: Failed to load WebView provider: No WebView installed at android.app.ActivityThread.handleCreateService(ActivityThread.java:5556) at android.app.ActivityThread.-$$Nest$mhandleCreateService(Unknown Source:0) at android.app.ActivityThread$H.handleMessage(ActivityThread.java:2886) at android.os.Handler.dispatchMessage(Handler.java:117) at android.os.Looper.loopOnce(Looper.java:210) at android.os.Looper.loop(Looper.java:302) at android.app.ActivityThread.main(ActivityThread.java:9652) at java.lang.reflect.Method.invoke(Native Method) at com.android.internal.os.RuntimeInit$MethodAndArgsCaller.run(RuntimeInit.java:601) at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:1062) Caused by: android.util.AndroidRuntimeException: android.util.AndroidRuntimeException: android.webkit.WebViewFactory$MissingWebViewPackageException: Failed to load WebView provider: No WebView installed at android.webkit.WebViewFactory.getProvider(WebViewFactory.java:372) at android.webkit.WebView.getFactory(WebView.java:2700) at android.webkit.WebView.ensureProviderCreated(WebView.java:2694) at android.webkit.WebView.setOverScrollMode(WebView.java:2842) at android.view.View.<init>(View.java:5797) at android.view.View.<init>(View.java:5949) at android.view.ViewGroup.<init>(ViewGroup.java:737) at android.widget.AbsoluteLayout.<init>(AbsoluteLayout.java:57) at android.webkit.WebView.<init>(WebView.java:467) at android.webkit.WebView.<init>(WebView.java:407) at android.webkit.WebView.<init>(WebView.java:389) at android.webkit.WebView.<init>(WebView.java:376) at android.webkit.WebView.<init>(WebView.java:366) at com.android.support.Menu.<init>(Unknown Source:680) at com.android.support.Launcher.onCreate(Unknown Source:157) at android.app.ActivityThread.handleCreateService(ActivityThread.java:5541) ... 9 more Caused by: android.util.AndroidRuntimeException: android.webkit.WebViewFactory$MissingWebViewPackageException: Failed to load WebView provider: No WebView installed at android.webkit.WebViewFactory.getProviderClass(WebViewFactory.java:541) at android.webkit.WebViewFactory.getProvider(WebViewFactory.java:357) ... 24 more Caused by: android.webkit.WebViewFactory$MissingWebViewPackageException: Failed to load WebView provider: No WebView installed at android.webkit.WebViewFactory.getWebViewContextAndSetProvider(WebViewFactory.java:4 37) at android.webkit.WebViewFactory.getProviderClass(WebViewFactory.java:502) ... 25 more