Cordova / Gradle на платформе Linux - PullRequest
0 голосов
/ 18 марта 2019

Я строил проекты Cordova с Gradle просто отлично. Но есть ошибка, которую я получаю при создании более двух проектов. Если я вернусь к другим проектам, я смогу построить их нормально, поэтому я предполагаю, что это некоторый предел памяти, но я не уверен.

Android Studio project detected
ANDROID_HOME=/home/fabianglace/Android/Sdk
JAVA_HOME=/usr/lib/jvm/java-8-oracle
studio
Starting a Gradle Daemon, 1 incompatible Daemon could not be reused, use --status for details

FAILURE: Build failed with an exception.

* What went wrong:
Unable to start the daemon process.
This problem might be caused by incorrect configuration of the daemon.
For example, an unrecognized jvm option is used.
Please refer to the user guide chapter on the daemon at https://docs.gradle.org/4.4.1/userguide/gradle_daemon.html
Please read the following process output to find out more:
-----------------------

FAILURE: Build failed with an exception.

* What went wrong:
java.lang.ExceptionInInitializerError (no error message)

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org


* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org
/usr/share/gradle/bin/gradle: Command failed with exit code 1
Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...