debugImplementation 'fairy.easy.httpcanary:httpcanary:{latestVersion}'
本产品以SDK的形式来获取本应用所有网络请求的详细信息。
- 给予读写权限,生成证书
- 安装证书
- 开启全局代理,如果不开启,默认抓取当前应用的网络请求
- 给予本应用root权限,获取流量发送方的详细信息(手机需root)
- 证书迁移至系统目录下(手机需root)
- 开始抓包
- targetSdkVersion设置为27及以下
- 添加1.8版本
compileOptions {
targetCompatibility 1.8
sourceCompatibility 1.8
}
- 添加
multiDexEnabled true
。