Reputation: 4065
I'm using Visual Studio for Mac, creating Android apps using Xamarin. Whatever I do, VS seems to start a "default" emulator. But I wan't it to use my newly created emulator.
How can I choose emulator, or set a default one?
Previously in XS, there used to be a dropdown selector, it seems to have been removed:
More information. I created a fresh project from scratch, when the menu actually appears:
Upvotes: 2
Views: 1620
Reputation: 4065
I figured it out.
I had not enabled the android project for BUILD in the build configuration.
To enable it just right click your solution, click options, under Build > Configurations > Configuration Mappings you may enable your android project as shown below.
Upvotes: 1