利用ADB安装应用,无需电脑,气死MIUI!
不建议强制安装系统应用,出事不负责
需要用的软件:Termux
命令:
termux-setup-storage
允许termux存储权限
termux-change-repo
切换国内源
apt install android-tools -y
安装安卓工具
adb pair ip:port
输入配对码进行配对
adb connect ip:port
连接被调试设备 不行用localhost:port
sd storage/downloads
进入下载目录
adb install apk文件名