android studio configuration simulator

Configuring simulator
in Android development, will definitely have to write the code to see the result, if you use the built-in simulator as too low, and slow startup speed, there are many online tutorials recommended genymotion simulator, but if a novice I recommend choosing a better entry of third-party simulators.

Third-party simulators
night God simulator
Happy simulator
Netease MuMu
there are many third-party simulators, here is not introduced one by one. When you connect to open the emulator, you will find, not seen in the AS simulator, do not panic!


First you need to open the ADB command:

1. night God simulator

adb connect 127.0.0.1:62001

2. Happy simulator

adb connect 127.0.0.1:21503

3. Netease MuMu

adb connect 127.0.0.1:7555

NetEase MuMu simulator used here to demonstrate

You must first turn on the simulator, making the following operation

Step one: Open a command window


Step two: Enter the command
I Netease MuMu here, so I use adb connect 127.0.0.1:7555


appear above suggesting that represents a success, if there is not you can use adb command, or the connection is successful does not appear as inside, Please read on

Question 1: adb is not an internal or external command,
see here: http: //blog.csdn.net/qq_31403321/article/details/79529853

Question 2: connection success does not appear as inside
Please check whether it is connected to the adb, follow the tutorial to question 1 walk again, if it is an error, please contact me

Guess you like

Origin www.cnblogs.com/Im-Victor/p/11345824.html