Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
所有 API 调用都在调试中,但是当我创建构建 apk 文件时,甚至在构建 apk 中都没有调用请求。服务器有一个 SSL 证书仍然失败
在AndroidManifest.xml文件的application标签中添加android:usesCleartextTraffic="true"
<application android:usesCleartextTraffic="true"> ---- ---- </application>