Reputation: 1175
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.
Upvotes: 0
Views: 117
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
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