在 AndroidManifest.xml 加入网络权限
在 application 中加入如下代码
android:requestLegacyExternalStorage="true" android:networkSecurityConfig="@xml/netconfig"
将上述内容拷贝后 AndroidManifest.xml 整体效果如下效果如下
在 res 下 xml 文件夹内新建 netconfig.xml 文件
在 netconfig.xml 内粘贴如下代码
获取网络权限完成!
来源地址:https://blog.csdn.net/diuping20110926/article/details/130491307