Blame view

run_emulator.sh 120 Bytes
3c2353cd   杜方   1、畅游通核销app源码提交;
1
2
3
4
5
6
  #!/bin/sh
  {
   adb wait-for-device
   adb shell chmod 666 /dev/ttyS2
  } &
  emulator-arm -avd Android_1.5 -qemu -serial stdio