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 2021/05/17 12:38:24 UTC

[GitHub] [cordova-android] shanutyagi112 commented on issue #498: Cordova Build minSdkVersion change to 19

shanutyagi112 commented on issue #498:
URL: https://github.com/apache/cordova-android/issues/498#issuecomment-842290411


   firstly remove android 
   - cordova platform remove android 
   - cordova platform add android
   - cordova build android 
   
   @Starchild92 thank You Bro.
   
   ` uses-sdk:minSdkVersion 16 cannot be smaller than version 19 declared in library [:CordovaLib] C:\Users\trikonuser\TestAgain\WebCall_AS_tsim\webCall\platforms\android\CordovaLib\build\ intermediates\manifests\full\debug\AndroidManifest.xml as the library might be using APIs not available in 16
   
       Suggestion: use a compatible library with a minSdk of at most 16,
   
               or increase this project's minSdk version to at least 19,
   
               or use tools:overrideLibrary="org.apache.cordova" to force usage (may lead to runtime failures)`
   
   Also working in this error. 
   


-- 
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