Android WebView failed to load (net::ERR_CLEARTEXT_NOT_PERMITTED)
问题 Can someone help me please? I am using WebView in my Android app compileSdkVersion 29 buildToolsVersion "29.0.0" minSdkVersion 16 targetSdkVersion 29 I have the config https in AmdroidManifest and creating a config file but no change I get the cleartext error : (net::ERR_CLEARTEXT_NOT_PERMITTED) @xml/network_security_config <?xml version="1.0" encoding="utf-8"?> <network-security-config> <domain-config cleartextTrafficPermitted="true"> <domain includeSubdomains="true">www.mydomaine.com<