博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
adb命令
阅读量:4601 次
发布时间:2019-06-09

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

  • uninstall——卸载应用程序

adb uninstall packageName

  • install——安装应用

同理,安装应用其参数也是(包名)。

  • adb devices——列出所有的设备
  • adb start-server——开启adb服务
  • adb kill-server——关闭adb服务
  • adb logcat——查看Log
  • adb shell——挂载到Linux的空间
  • adb –s <模拟器名称> install <应用程序(加扩展名)> ——安装应用到指定模拟器
  • adb pull <remote> <local> 从模拟器中复制文件到本地(计算机)
  • adb push <local> <remote>从计算机中复制文件到模拟器
  • emulator –avd <模拟器名称>

转载于:https://www.cnblogs.com/ithaibo-sit/p/4491207.html

你可能感兴趣的文章
poj 3764 The xor-longest Path (01 Trie)
查看>>
预备作业01
查看>>
【Spark】Spark-Redis连接池
查看>>
【云计算】使用supervisor管理Docker多进程-ntpd+uwsgi+nginx示例最佳实践
查看>>
Ubuntu16.04下配置ssh免密登录
查看>>
实验二 2
查看>>
will-change属性
查看>>
android学习笔记54——ContentProvider
查看>>
Unity3d android开发之触摸操作识别-双击,滑动去噪处理
查看>>
Custom view * is not using the 2- or 3-argument View constructors; XML attributes will not work
查看>>
模型选择准则
查看>>
安卓动态增加按钮
查看>>
iOS7程序后台运行
查看>>
maven+testng+reportng的pom设置
查看>>
IT telephone interview
查看>>
gitlab安装配置
查看>>
ps载入画笔
查看>>
悲怆:IT人的一声叹息->一个程序员的自白[转帖]
查看>>
[SpringMVC]自定义注解实现控制器访问次数限制
查看>>
日记(序)
查看>>