Android7.0使用charles抓https包unknown

参考资料:
https://developer.android.google.cn/training/articles/security-config.html#manifest
https://blog.csdn.net/u011045726/article/details/76064048

一:手机连接电脑的代理
二:手机安装crt证书(安装pem证书无效)
三:工程中res下创建xml文件夹,新建文件network_security_config,文件中的内容为









在AndroidMenifest.xml中Application配置 android:networkSecurityConfig="@xml/network_security_config"

注:以上是我个人的解决方案,网上有说将证书放到raw中,然后配置network_security_config文件,这种方式我用起来是无效的

你可能感兴趣的:(Android7.0使用charles抓https包unknown)