1.adb--- 截取屏幕的命令 :adb shell screencap -p | sed ‘s/\r$//‘ > outputs.png
2.jni ---命令 :$NDK/ndk-build
3. adb 启动程序:adb shell am start -n 包名/程序Activity类的类名(main)
adb 安装程序: adb install + 路径
adb 卸载程序 :adb uninstall +包名
adb 调试: adb connect ip 地址
adb 断开调试: adb disconnect
adb 系统占用资源: adb shell top -m 5
4. 重新加载文件系统:busybox mount /system /system -o rw,remount
mount -o remount,rw /system
adb remount
6. 查看android 系统信息
C:\Users\123>adb shell
[email protected]:/ # cat /system/build.prop
7.adb shell
top -m 5
系统占用情况
8.adb shell
ps 运行服务列表
kill id 杀死服务id
9. 重启 :adb reboot
10.复制 :cp /storage/external---/sdcard1/123.apk
android adb常用命令,布布扣,bubuko.com
时间: 2024-10-03 23:02:55