Android emulator not working - Visual Studio 2017

I recently installed VS 2017. Trying to start an empty Android application project. All necessary tools are installed, but when I try to start the emulator from Visual Studio, I get the following:

enter image description here

Any help would be greatly appreciated.

+5
source share
4 answers

I have a problem too. I can run Hyper-V emulators in VS 2015, but not VS 2017. When I try to run them in VS 2017, I get a Link to an object that is not installed on an object instance.

If the emulator is already running, I can start the application that I am working on with VS 2017. To get around this, I launch the emulator from Visual Studio Emulator for the Android Windows application, and then run the application that I am working with VS 2017. Not really, but it works.

By the way, Windows Phone 10 Hyper-V emulators run without problems with VS 2017.

Update

I just installed the latest VS 2017 update (April 8th) and the problem seems to have been fixed.

+3
source

Perhaps the Android SDK did not install / update correctly. You can try reinstalling the Android SDK.

+2
source

Assuming the bios file exists, try copying it to the "android-sdk-windows \ tools" folder on your computer, there may be a problem with the path

+2
source
  • Install the BIOS to enable virtualization.
  • In VS2017, run AVD before starting / debugging the xamarin project.
0
source

Source: https://habr.com/ru/post/1265266/


All Articles