Ionic 4: выпуск демона gradle - PullRequest
0 голосов
/ 13 января 2019

Проблема при создании приложения для Android в Ionic 4

JAVA_HOME=/usr/lib/jvm/java-8-oracle
studio
Starting a Gradle Daemon (subsequent builds will be faster)

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)

Конфигурация моей системы:

  • Узел: v10.15.0
  • NPM: 6.4.1
  • Ionic-cli: 4.7.1
  • ОС: Ubuntu 18.10

Я уже пробовал различные решения, приведенные в StackOverflow, но все еще не смог решить проблему.

Пробные решения:

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...