阳光沙滩(adb看完这篇就够了)
1. 查看设备 adb devices
2. 设备重新挂载 adb remount
3. 设备重启 adb reboot
4. 设备关机 adb reboot -p
5. 多台设备的选择 -s 设备名
6. 进入shell adb shell