0%

adb相关设置

adb相关设置:

>>> adb kill-server   # 杀掉当前adb
>>> adb start-server # 开启adb服务
>>> adb devices # 连接虚拟机
>>> adb connect 127.0.0.1:7555 # 用7555 端口连接
>>> adb shell # 进入终端

>>> adb -s emulator-7555 shell getprop ro.product.cpu.abi # 获取当前手机的操作系统架构 也可以进入shell执行 getprop ro.product.cpu.abi