Closed
Description
I'm trying to test android application that uses WebViews.
But test crashes with following error:
android.util.AndroidRuntimeException: android.webkit.WebViewFactory$MissingWebViewPackageException: Failed to load WebView provider: No WebView installed at android.webkit.WebViewFactory.getProviderClass(WebViewFactory.java:438) Tests on test(AVD) - 8.0.0 failed: Instrumentation run failed due to 'Process crashed.'
I tried to wait 15 minutes to let Android install WebViews by itself. But it didn't help.
Can anything be done about that?