当前位置:   article > 正文

adb常用命令_usageunknowncommand

usageunknowncommand
  1. adb deivces 显示全部的电脑已经连接上的移动端设备
  2. adb -s emulator-5556 install E:/num.apk 向虚拟机中安装一个apk文件
  3. adb -s emulator -5556 uninstall E:/num.apk 卸载虚拟机中的apk文件
  4. adb pull sxf.txt D:/ 把手机里面的文本文件发送到盘符里面去
  5. adb -s emulator-5556 push c :/test.txt /sdcard 把盘符里面的文件发送到sd卡里面去
  6. adb shell 可以进入到linux命令, adb shell dumpsys battery |wifi|power 显示电池电量|wifi|电源的相关信息
  7. adb shell cat /proc/cpuinfo |meminfo 查看cpu硬件|内存信息
  8. adb shell cat /system/build.prop |findstr “ro.product.model” /proc/cpuinfo|findstr “Processor”
  9. adb start-server 重启adb服务 adb kill-server 关闭adb服务
    10.network speed 15:20 限制设备上传|下载的网速
  10. android create avd --name android4.42 --target 2 创建一个模拟器
  11. android delete avd-n hhh 删除hhh的模拟器,android list avd 显示全部的虚拟器
声明:本文内容由网友自发贡献,不代表【wpsshop博客】立场,版权归原作者所有,本站不承担相应法律责任。如您发现有侵权的内容,请联系我们。转载请注明出处:https://www.wpsshop.cn/w/Cpp五条/article/detail/266376
推荐阅读
相关标签
  

闽ICP备14008679号