遇到的问题:android打完包后无法访问http请求问题原因:android默认拒绝应用程序使用明文流量的请求,如http解决方案:在AndroidManifest.xml文件<application中添加下列代码" android:usesCleartextTraffic="true