Android adb

{

  adb devices

  /*

  List of devices attached
  f5231c96        device

  */

  adb -s f5231c96 shell

  /*

  shell@PD1510:/ $

  */

  //执行部分linux命令

}