You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cordova.apache.org by GitBox <gi...@apache.org> on 2019/02/13 11:25:10 UTC

[GitHub] chrisunderdown commented on issue #498: Cordova Build minSdkVersion change to 19

chrisunderdown commented on issue #498: Cordova Build minSdkVersion change to 19
URL: https://github.com/apache/cordova-android/issues/498#issuecomment-463163321
 
 
   The problem for me was in [cordova-plugin-browsertab][1].
   
   
   You need to change line 1 of `my_project/plugins/cordova-plugin-browsertab/src/android/BrowserTab.gradle` to
   
       def minSdkVersion = 19
   
   Make sure you have the minimum SDK added to your `config.xml`
   
       <preference name="android-minSdkVersion" value="19" />
   Then remove and add cordova-android by:
   
       cordova platform remove android
       cordova platform add android
   
   
     [1]: https://github.com/google/cordova-plugin-browsertab

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services

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