問題一:java.io.IOException: Cleartext HTTP traffic to pic1.win4000.com not permitted
解決:res下創(chuàng)建xml文件夾,文件夾下創(chuàng)建network-security-config.xml文件
在manifest的applcation中添加對這個xml的依賴
<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
<base-config cleartextTrafficPermitted="true" />
</network-security-config>
問題二:android.os.NetworkOnMainThreadException
將network操作切換到自線程去執(zhí)行