Kenneth
Kenneth

Reputation: 4065

Visual studio for mac - choose android emulator

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:

VS Run menu

More information. I created a fresh project from scratch, when the menu actually appears:

CS run menu present

Upvotes: 2

Views: 1620

Answers (1)

Kenneth
Kenneth

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.

build cfg

Upvotes: 1

Related Questions