The simulator is too slow, genymotion configuration is too complex, the old version of the simulator is directly available for debugging, because the new version of the Tianda simulator port number is modified to 6555, to be used for development, you need to use the ADB command to connect.
Download Daily simulator
Daily simulated organ Network
Configuring ADB environment variables
The new system environment variable "ANDROID" content is:
D:\BACKUP\Android\adt-bundle-windows-x86_64-20140321\sdk\platform-tools;
D:\BACKUP\Android\adt-bundle-windows-x86_64-20140321\sdk\Tools;
Edit the system environment variable "Path" to add content:
%android%;
Test adb command
Start every day simulator
To run the ADB command connection simulator
OK, the connection is successful, then you can use the daily simulator for Android Development,< ( ̄▽ ̄) > Wow haha ...
command in cmd:adb connect 127.0.0.1:6555
where 6555 is the port of the simulator every day
summary information by Sue
From for notes (Wiz)
Use the daily simulator to develop Android apps