Hi,
Iām trying to build my app with Ionic Cloud. Building it locally with cordova CLI works, but the Ionic Cloud build is always failing. This is the build output:
[ā¦]
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project 'android'.
> You have not accepted the license agreements of the following SDK components:
[Android SDK Platform 24].
Before building your project, you need to accept the license agreements and complete the installation of the missing components using the Android Studio SDK Manager.
Alternatively, to learn how to transfer the license agreements from one workstation to another, go to http://d.android.com/r/studio-ui/export-licenses.html
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.
BUILD FAILED
Total time: 0.867 secs
Failed to install 'cordova-plugin-device':Error: /home/package/workspace/apps-d0890ab6-26/cordova/platforms/android/gradlew: Command failed with exit code 1
at ChildProcess.whenDone (/home/package/workspace/apps-d0890ab6-26/cordova/platforms/android/cordova/node_modules/cordova-common/src/superspawn.js:169:23)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at maybeClose (internal/child_process.js:829:16)
at Process.ChildProcess._handle.onexit (internal/child_process.js:211:5)
Error: /home/package/workspace/apps-xxxxxxxx-26/cordova/platforms/android/gradlew: Command failed with exit code 1
What am I doing wrong?