安卓adb命令的使用

1. adb devices 显示当前连接的设备

    技术分享图片

2.adb进入指定设备

   adb  -s  emulator-5556  shell

   技术分享图片