adb
2018-06-23
查看手机cup架构
打开cmd窗口,cd到你的adb.exe文件所在目录,然后输入
adb shell 【adb -s emulator-5556 shell 指定设备连接】
cat /proc/cpuinfo
2022-08-29
adb devices 查询在线的设备
adb connect 192.168.10.131 连接设备
adb pull /mnt/shared/App/xxx.apk 下载文件
posted on 2018-06-23 11:34 angelshelter 阅读(84) 评论(0) 编辑 收藏 举报