desmeit edited a comment on issue #729: Support new Android App Bundle package 
format
URL: https://github.com/apache/cordova-android/issues/729#issuecomment-544601162
 
 
   I tried with 8.1.0:
   
   ```
   cordova build android --release
   cd platforms/android
   ./gradlew bundleRelease
   ```
   
   But I get an error:
   
   > Configure project :app
       WARNING: Configuration 'compile' is obsolete and has been replaced with 
'implementation' and 'api'.
       It will be removed at the end of 2018. For more information see:     
http://d.android.com/r/tools/update-dependency-configurations.html
       An exception occurred while trying to find the Android build tools.
       Project evaluation failed including an error in afterEvaluate {}. Run 
with --stacktrace for details of the afterEvaluate {} error.
   
       FAILURE: Build failed with an exception.
   
       * Where:
       Script '/XXX/platforms/android/CordovaLib/cordova.gradle' line: 121
   
       * What went wrong:
       A problem occurred evaluating project ':app'.
       > Unable to determine Android SDK directory.
   

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


With regards,
Apache Git Services

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

Reply via email to