Ali Hatam
Ali Hatam

Reputation: 131

Visual Studio Android Emulator does not appear in debug emulator list

I'm using visual studio 2015 update 2 and Tools For Apache Cordova Update 10. I installed Visual Studio Android Emulator with Ms Installer but after installation it does not appears in debug emulators for android (and other platforms).

vs emulator for android is absent in the emulators list

Upvotes: 0

Views: 1461

Answers (1)

magicandre1981
magicandre1981

Reputation: 28766

The Emulators are based on Hyper-V, so the feature is not available all the time. If you use a 32Bit Windows or an 64Bit Windows, but the CPU misses VT-X, SLAT support you also can't use Hyper-V. Also Hyper-V is only part of the Pro or Enterprise edition, if you only use the Home Edition you're out of luck and have to upgrade to Pro.

If you support all requirements, try to repair the Visual Studio 2015 and also update to Update 3.

Upvotes: 0

Related Questions