Reputation: 65870
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) :
On project properties it shows properly :
Upvotes: 0
Views: 1279
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.
Upvotes: 3