Win10 system Android simulator how to use

  
1, open Hyper-V virtualization technology (already turned on ignore)
select control panel -> uninstall program -> start or close Windows function -> Hyper-V-> ; OK;





After downloading is a 40M vs_emulatorsetup.exe file, does not contain the image file of the Android emulator, it will be downloaded online by default. API 19 (Andorid 4.4) x86 image, you can also download other API xx versions separately. In addition, Visual Studio Emulator for Android is not dependent on Visual Studio, which means you can install it separately. Android Studio is Use adb as a bridge to connect to Visual Studio Emulator for Android.
I will not list the installation steps, remember to reboot after installation (it needs to add yourself to the administrator group of Hyper-V Administrators).
Open Visual Studio Emulator for Android after installation restart, as shown below:

If you start the emulator, it will automatically create the corresponding x86 Android virtual machine in Hyper-V, the author As follows:

2. Set up Andorid Studio to use these emulators
Open Android Studio> Run > Edit Configurations > Defaults /Android Application /General tab Target Device node, check Show chooser dialog and Use same device for future launches. Remember not to forget to apply Apply and OK. As shown below:

3. Add a shortcut button to launch the emulator for Android Studio
Although you can start the emulator in the manager window of Visual Studio Emulator for Android, you have to go there every time. Opening is still cumbersome, so we add a shortcut button for Android Studio to launch Visual Studio Emulator for Android.
4. Configure External Tools
Open File > Settings > External Tools > Add :

Name: Just write it, it's easy for you to recognize it, the author is VS Emulator (4.4 API 19).

Copyright © Windows knowledge All Rights Reserved