android-ADB

ADB(Android Debug Bridge)

adb devices:显示当前运行的全部模拟器

adb shell:进入模拟器的shell模式

adb shell wm density:查看屏幕密度

adb shell wm size:查看屏幕分辨率

adb help

adb version

adb start-service:启动

adb kill-service:停止

adb reboot:重启

adb install

AS中添加插件ADB IDEA快速操作命令;

夜神模拟器

cd ...Nox\bin

连接默认夜神:

nox_adb.exe connect 127.0.0.1:62001

连接多开第二个:

nox_adb.exe connect 127.0.0.1:62025

WIFI连接真机调试

adb tcpip 5555

adb connect 192.168.xx.xx

发布了26 篇原创文章 · 获赞 4 · 访问量 2379

猜你喜欢

转载自blog.csdn.net/u010019244/article/details/75944163