After upgrading to the latest Siberian PE version I cannot create apk files anymore.
My error log file contains the following text:
stdin: is not a tty
Picked up _JAVA_OPTIONS: -Xmx384m -Xms384m -XX:MaxPermSize=384m
OpenJDK 64-Bit Server VM warning: ignoring option MaxPermSize=384m; support was removed in 8.0
Starting a Gradle Daemon, 2 incompatible and 3 stopped Daemons could not be reused, use –status for details
The Task.leftShift(Closure) method has been deprecated and is scheduled to be removed in Gradle 5.0. Please use Task.doLast(Action) instead.
at build_bazrr3699qaukvfe6ij4l1zkr.run(/home/howtomak/public_html/discover/var/tmp/applications/ionic/android/frizurca-57/build.gradle:144)
The JavaCompile.setDependencyCacheDir() method has been deprecated and is scheduled to be removed in Gradle 4.0.
Incremental java compilation is an incubating feature.
The TaskInputs.source(Object) method has been deprecated and is scheduled to be removed in Gradle 4.0. Please use TaskInputs.file(Object).skipWhenEmpty() instead.
File /home/howtomak/.android/repositories.cfg could not be loaded.
Checking the license for package SDK Patch Applier v4 in /home/howtomak/public_html/discover/var/apps/ionic/tools/android-sdk/licenses
Warning: License for package SDK Patch Applier v4 not accepted.
Checking the license for package Google Repository in /home/howtomak/public_html/discover/var/apps/ionic/tools/android-sdk/licenses
Warning: License for package Google Repository not accepted.
Checking the license for package Android Support Repository in /home/howtomak/public_html/discover/var/apps/ionic/tools/android-sdk/licenses
Warning: License for package Android Support Repository not accepted.
FAILURE: Build failed with an exception.
* What went wrong:
A problem occurred configuring root project ‘frizurca-57’.
> You have not accepted the license agreements of the following SDK components:
[SDK Patch Applier v4, Android Support Repository, Google Repository].
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: 14.781 secs
I’ve been looking for a solution for hours on the Internet without any success.
Does anyone have an idea to solve this issue ?
Thanks,
Gregor