How to create an application in ionic 4 which can run on android os version 6

I was not able to install the application which was generated through ionic 4, cordova plugin android 7.2.1 and web view 2.3.1.

Able to generate the application without any problem but the application which is not getting installed in android os 6 version.

Hello,
Set min android-minSdkVersion in integer

Android 2.3 (API level 9)

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

While i use cordova-android@6.4.0 then my issue resolved. But I dont know is this the correct approach.

well issue solve that good for you :slight_smile:

1 Like