(Your emulator Android version and API level need to be equal or greater than the Target Framework in your app's android manifest).Īfter that you will see how your app gets deployed to the emulator. Select the emulator in VS that matches the one already running, and click the button to start building and deploying your app. Go to the Apps section in the emulator (circle with little dots) and make sure you uninstall your application from the emulator.Īfter that, open VS and load your solution. I noticed in the VS IDE Output window that a message was coming as - not enough disk space.Īfter increasing the SD card and recreating the emulator that you want to use, launch the emulator independently using Android SDK Tools -> AVD Manager.
In your emulators, make sure that the SD Card size in the emulator's configuration is big enough. In Visual Studio do Ctrl-Alt-O to show the output window so you can see any error popping up during emulator launch and app deployment. I removed any standalone installation of Xamarin and used only what Visual Studio Installer offers to install Xamarin (mobile cross-platform development for. I tried all suggestions above but in my case none of them work.Īfter some more troubleshooting I was able to figure it out on Windows 10 home edition.