Compatibility of APK versions - Ionic

0

Good day for everyone,

I am developing an application in ionic 3 and I wonder how the compatibility of the APKs generated with respect to the Android versions is handled in this Framework. Normally in Android Studio when starting a project, one selects the minimum compatible version, but in Ionic I have not found how this theme is handled.

I appreciate if someone can give me an indication of how the versions are compatible. Thank you.

    
asked by Oscar Galvis 16.02.2018 в 15:37
source

1 answer

0

Within the Ionic projects, there is a file in the root folder called config.xml where you can add the target

<preference name="android-minSdkVersion" value="19"/>

Where you indicate the minimum API required for your application

    
answered by 01.03.2018 в 13:48