Help with xamarin [closed]

0

I am new to Xamarin Forms and I am working with VS 2015, this download the android SDK automatically, what is not clear to me is how to know when I start working, what versions of android is my application functional ?. .. that is to say I test the application on my cell phone that is Android 5 and it works fine, but it would also work for Android 4, Android 6 and Android 7, and how to develop on these platforms ... Thank you very much.

    
asked by Julian Vasquez Perez 16.01.2017 в 19:25
source

1 answer

0

In the case of xamarin, you must work with the properties of the project as such by right clicking on the project, to define the minimum amount as indicated by the following URL

link

Then what you have left is to compile and test in an emulator that has a consistent version to which you want to estimate compatibility, many times just trying to compile you already know if the programmed code is compatible with x or y version of android

    
answered by 16.01.2017 / 19:38
source