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/07/24 12:05:36 UTC

[GitHub] [cordova-android] breautek commented on issue #793: Cordova-Android 6.3.0 support for androidTargetSDK 28?

breautek commented on issue #793: Cordova-Android 6.3.0 support for androidTargetSDK 28?
URL: https://github.com/apache/cordova-android/issues/793#issuecomment-514603887
 
 
   > Do I need to remove platform android and add the new one (cordova 8.x)?
   
   Yes, this is exactly it. Use...
   
   ```
   cordova platform remove android
   cordova platform add android
   ```
   
   This should update `cordova-android` to `8.0.0`. When you update to version `8.0.0`, these settings will be used.
   
   https://github.com/apache/cordova-android/blob/d5069b1030cb8cb7713157362584877718d10819/bin/templates/project/build.gradle#L42-L46
   
   You may also have to update your android SDK and install the android build tools `28.0.3` using the `SDKManager`

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


With regards,
Apache Git Services

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