博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
The ADB instructions
阅读量:7195 次
发布时间:2019-06-29

本文共 431 字,大约阅读时间需要 1 分钟。

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拉到桌面上。

 

转载于:https://www.cnblogs.com/lzp123456-/p/9649598.html

你可能感兴趣的文章
ubuntu虚拟化平台libvrit-bin
查看>>
comgt拨号
查看>>
[考试]20150919-20150921
查看>>
$.getJSON无法对外部变量进行赋值的问题
查看>>
FFmpeg(三) 编解码相关函数理解
查看>>
4.Git的安装
查看>>
jquery中的event
查看>>
文件打开与读入
查看>>
离线安装Eclipse插件testng
查看>>
理解工厂模式
查看>>
锐捷客户端-您不在许可范围中,请确认您的权限
查看>>
DNA序列编码中Hairpin的定义和计算
查看>>
c#中的浮点型转整形的舍取-四舍五入和银行家舍入
查看>>
java基本类型的默认值
查看>>
HDU - 6394 Tree(树分块+倍增)
查看>>
Leetcode
查看>>
SQL语句
查看>>
vue中的作用域插槽
查看>>
Visual Leak Detector使用方法
查看>>
Mybatis generator的使用
查看>>