Android developers know that native simulators are slow to start and not smooth to operate, of course, many people will choose to use the Android phone directly to develop, but sometimes need to show the program on the projector when the phone is not very good to achieve. So many people choose to use genymotion, but genymotion configuration is too cumbersome, so we recommend a GenYmotion-basedsimulator-day simulator.
The old version of the daily simulator can be used directly for debugging, but because the new version of the Tianda simulator port number is modified to 6555, to use the daily connection to the IDE development, you need to use the ADB command to connect.
If the SDK environment variable is not configured, go to cmd and take my computer's installation path as an example:
CD D:\Android\sdk\platform-tools
ADB Connect 127.0.0.1:6555
Output connected to 127.0.0.1:6555 connection successful
Then run the app code in the IDE and select the Simulator window to select the Daily Simulator, Eclipse/android Studio.
Debug your app with daily Simulator + eclipse or Android Studio