The ADB instructions

adb kill-server 杀死adb服务。

adb start-server 开启adb服务。

adb install xxx.apk 安装应用。

adb uninstall 应用的包名。卸载应用。

adb shell 进入手机的终端。

Pull a file from the device 从设备中拉出一个文件。

Push a file onto the device 把一个文件推到当前设备上。

C:\Users\Administrator\Desktop>adb push aa.apk /mnt/sdcard 将aa.apk推到当前设备的/mnt/sdcard目录下。

C:\Users\Administrator\Desktop>adb pull /mnt/sdcard/aa.apk 将/mnt/sdcard/aa.apk拉到桌面上。

 

posted @ 2018-09-15 00:08  小步快跑!!!!!  阅读(206)  评论(0编辑  收藏  举报