1.下载adb,连线盒子,重启的时候
成功:
C:\Users\lenovo>adb devices
List of devices attached
0123456789 device
失败:
C:\Users\lenovo>adb devices
List of devices attached
2.上传文件到盒子
adb push s.apk /data
3.进去盒子,授权安装
adb shell
chmod 777 /data/s.apk
pm install s.apk

posted on 2021-08-01 15:42  聪神carry  阅读(878)  评论(0编辑  收藏  举报