Cordova support for Android API 21

174 Views Asked by At

Does Cordova v4.2.0 support Android API 21? When I add android platform, it adds API-19 by default.

1

There are 1 best solutions below

2
On

You can/should do it in Cordova's config file:preference:

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