Skip to content Skip to sidebar Skip to footer

Android-o : App Crash With Webview

I have simply put a WebView in layout. When I run the project in Android-O preview emulator, it gives below error: E/AndroidRuntime: FATAL EXCEPTION: main Process: com.example.mvvm

Solution 1:

This is a known issue. Some sketchy workarounds are included in the issue comments. In general, you may need to hold off on O work until ODP2 rolls out (probably around Google I|O in mid-May).

Solution 2:

It may look like known issue:

https://code.google.com/p/android/issues/detail?id=267699

https://issuetracker.google.com/issues/36581808

Post a Comment for "Android-o : App Crash With Webview"