雷电模拟器Xposed 安装
1.出现无法安装问题参考
https://blog.youkuaiyun.com/u013186651/article/details/118281169
2.注意查看模拟器x86 API25 下载对应版本和接口系统包
https://dl-xda.xposed.info/framework/
应该下载 sdk25 x86
3.下载script.txt
https://forum.xda-developers.com/attachments/script-txt.4489568/
改名为script.sh
4.参考文档安装
https://www.bilibili.com/read/cv15266298
雷电模拟器4.0无法设置代理的问题
1.添加代理
adb shell settings put global http_proxy 192.168.4.199:8888
2.移除代理
adb shell settings put global http_proxy :0
3.重启生效