OKHttp 使用踩坑

1、Http请求处理

res目录下新建 network_security_config.xml

<?xml version="1.0" encoding="utf-8"?>
<network-security-config>
    <base-config cleartextTrafficPermitted="true" />
</network-security-config>

接下来在Manifest.xml中添加配置

OKHttp 使用踩坑

 

上一篇:OkHttp的简单使用


下一篇:Android RecycleView搜索列表内容(OkHttp网络请求)