jay
jay

Reputation: 1175

Change emulator version android xamarin

I am new to xamarin development.

I am wondering, how can I change the emulator version to version 5.0 android api 21?

I have set my project to compile using android version 5.0 as per screenshot. Thanks. enter image description here

Upvotes: 0

Views: 117

Answers (2)

Shah
Shah

Reputation: 66

You can go to Tools > Android > Android Emulator Manager.

Click on the AVD name of emulator you want to edit and click edit. You can select Android version by selecting Drop down "Target". You can change settings from there without creating new Emulator.

Upvotes: 0

Demitrian
Demitrian

Reputation: 3230

You will need to create a new virtual device. You also need to ensure that you have the corresponding system image installed, which you can administrate from the SDK Manager.

Hope this helps.

Upvotes: 2

Related Questions