返回首页

Reqable抓包教程

开发工具· 2025/12/8· 904 阅读

目录

win安装adb,将文件下载下来,解压缩到自定义的安装目录

Windows版本

language 复制代码
https://dl.google.com/android/repository/platform-tools-latest-windows.zip

Mac版本:

language 复制代码
https://dl.google.com/android/repository/platform-tools-latest-darwin.zip

Linux版本:

language 复制代码
https://dl.google.com/android/repository/platform-tools-latest-linux.zip

配置环境变量

MuMu模拟器

language 复制代码
https://mumu.163.com/

电脑和模拟器安装reqable

language 复制代码
https://reqable.com/zh-CN/

模拟器启动

adb连接

language 复制代码
adb connect 127.0.0.1:5557

安装证书


评论

暂无评论,来抢沙发吧