androidhttp请求乱码
发布时间: 2023-03-07 15:10:36
㈠ android9.0以上http请求失败的解决方法
在android9.0以上由于安全性高了,所有不做处理http不能使用,有3中解决方法
1.最简单的方法降级targetSdkVersion的版本
将 targetSdkVersion 将到27或27以下
2.服务器请求http改为https (推荐)
推荐使用这个方法,毕竟https的安全行高
3.兼容http请求
(1):在清单文件中设置networkSecurityConfig属性
(2)在res/xml文件夹下创建network_security_config.xml
热点内容