adb实用命令

1.pull 从手机中拷贝文件到电脑:

eg:log文件夹拷贝到电脑当前目录--->adb pull sdcard/log/
eg:拷贝到指定文件夹

 

2.查看模拟器ip地址:

adb shell busybox ifconfig

 

3.模拟器ping服务器:

adb shell  -->ping  192.168.1.118

 

4.adb 从电脑拷贝文件到手机/模拟器

adb push h:\test\1.apk /sdcard/zip

 

posted @ 2018-07-10 14:38  Jeffery336699  阅读(117)  评论(0编辑  收藏  举报