Android之网络请求提示Cleartext HTTP traffic to dev*******.com not permitted
Posted chen.yu
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android之网络请求提示Cleartext HTTP traffic to dev*******.com not permitted相关的知识,希望对你有一定的参考价值。
1、问题
请求服务端网络错误提示错误如下
Cleartext HTTP traffic to dev*******.com not permitted
2、解决办法
android9.0 默认是禁止所有的http,AndroidManifest.xml添加如下
android:usesCleartextTraffic="true"
同时在res目录新建文件夹xml,放入network_security_config.xml文件
network_security_config.xml内容如下
<?xml version
以上是关于Android之网络请求提示Cleartext HTTP traffic to dev*******.com not permitted的主要内容,如果未能解决你的问题,请参考以下文章
错误记录Android 应用 POST 网络请求报错 ( java.io.IOException: Cleartext HTTP traffic to xxx not permitted )
Android之webView打开http链接页面无法加载显示net:ERR_CLEARTEXT_NOT_PERMITTED
Android之webView打开http链接页面无法加载显示net:ERR_CLEARTEXT_NOT_PERMITTED
Android P系统的设备上 java.net.UnknownServiceException: CLEARTEXT communication to XXXXXXX not permitted
android 关于CLEARTEXT communication to xxx.xxx not permitted by network security policy错误
android 关于CLEARTEXT communication to xxx.xxx not permitted by network security policy错误