1. Appium API Documentation: Link reference http://appium.io/slate/cn/v/?ruby#appium-Introduction.
2. Appium Installation article: http://www.cnblogs.com/fnng/p/4540731.html 4 photos
3. The problem.
1) encountered the wonderful problem:
> Info: [Debug] 1 device (s) connected
> Info: [Debug] 1 emulator (s) connected
> Info:
[Debug] Sending telnet command to DEVICE:AVD name
> Info: [Debug] Getting running
Emulator port
> Info: [debug] Socket connection to device created
> Info: [Debug]
Socket connection to device ready
> Info: [debug] Telnet command got Response:a[k
[DAV[K[D[DAVD[K[D[D[DAVD [K[d[d[d[davd N[K[D[D[D[D[DAVD na[k[d
[D[d[d[d[davd NAM[K[D[D[D[D[D[D[DAVD Name[k
> test19
> Info: [Debug]
Emulator test19 not running
Solution:
The virtual machine's
The Emulation options option is modified from the use host GPU to snapshot.
Not clear there is no other way, know the message to me, thank you ha
2) How to get the activity of Android app
Reference http://www.cnblogs.com/nbkhic/p/3806951.html
Measured:
Use the command AAPT dump badging + client package where the path + client package name is located. apk is convenient.
Appium Basic article (i)--Start emulator