Android compatibility

0
Hi, everyone!   Is there a way to know which Android versions my application will be compatible with? Is there any source of information that can be consulted about this? What is this compatibility based on—the Mendix version, the native template?   Thanks!
asked
1 answers
1

Hello Sergio

 

To know Android compatibility, check the minSdkVersion in the build.gradle file. For example, for the native template v15.0.0:

image.png

 

which indicate that the generated app is compatible with Android 7.0 onwards.

 

Please see also:

https://apilevels.com/

 

And, obviously, the Studio Pro version you are using are related to the template version. See:

https://github.com/mendix/native-template/blob/master/mendix_version.json

 

Therefore, v15.0.0 is related to Studio Pro 11.

 

answered