Hello everyone, I have a problem. When I install my application on an android lower than android 10 the WebView loads the pages normally but when I install the application on the android 10 or android P the WebView does not load and displays the following message (Unable to load the web page at http://www.google.com Net :: ERR_NAME NOT RESOLVED). I thought it was because of the permission (android.permission.INTERNET), I added it but it doesn't always work. So I don’t really know what’s missing, so I need some help. Thanks
There are several versioned components that affect the compilation process and the runtime behavior of our apps. The purpose of this tutorial is to explain the differences between them and help you choose which version to use. Each Android version is mapped to an api level. You can see this...