starchild92 commented on issue #498: Cordova Build minSdkVersion change to 19
URL: https://github.com/apache/cordova-android/issues/498#issuecomment-463387177
 
 
   > The problem for me was in 
[cordova-plugin-browsertab](https://github.com/google/cordova-plugin-browsertab).
   > 
   > 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
   > ```
   
   Thanks it worked for me

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to