You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@cordova.apache.org by GitBox <gi...@apache.org> on 2020/10/18 04:09:57 UTC

[GitHub] [cordova-android] dpogue commented on issue #1070: Manifest merger failed : uses-sdk:minSdkVersion 19 cannot be smaller than version 22 declared in library

dpogue commented on issue #1070:
URL: https://github.com/apache/cordova-android/issues/1070#issuecomment-711113663


   > But I thought `android-minSdkVersion` is used to override that behaviour.
   > 
   > If I need to force minSdk lower than 22, how would I achieve this?
   
   You can use `android-minSdkVersion` to force a lower minSdk, but the code in cordova-android only supports SDK 22 and up. So if you are trying to target something lower, you'll probably also need to make changes to the Java code.


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@cordova.apache.org
For additional commands, e-mail: issues-help@cordova.apache.org