Sampath
Sampath

Reputation: 65870

Android API Level is not shown Visual Studio 2013

I tried to create Xamarin Form according to this article.An Introduction to Xamarin.Forms But on vs 2013,it doesn't show the required Android API Level.Why's That ? It shows properly on project properties though ? :(

VS 2013 Ultimate (debug) :

enter image description here

On project properties it shows properly :

enter image description here

Upvotes: 0

Views: 1279

Answers (1)

Jeroen Vannevel
Jeroen Vannevel

Reputation: 44439

What you're looking at in the top image are the different emulators you have setup.

You can create more of these by starting AVD Manager (Android Virtual Device Manager) and creating your own device with the appropriate API level.

enter image description here

Upvotes: 3

Related Questions