下载 ADB 工具
Download the ADB ZIP file for macOS
HTC ONE 开启开发者模式
设置 -> 关于 -> 软件信息 -> 软件版本(点击7次)
1 安装 apk
1 | adb install apk/full/path |
2 卸载 apk
1 | adb shell rm data/app/apk-name.apk |
3 查看连接设备 cpu
1 | adb shell getprop ro.product.cpu.abi |
Download the ADB ZIP file for macOS
设置 -> 关于 -> 软件信息 -> 软件版本(点击7次)
1 | adb install apk/full/path |
1 | adb shell rm data/app/apk-name.apk |
1 | adb shell getprop ro.product.cpu.abi |