Solucionado (ver solução)
Solucionado
(ver solução)
4
respostas

Não consigo gerar build

WARN: ionic.project has been renamed to ionic.config.json, please rename it. Running command: /var/www/AluraCar/hooks/after_prepare/010_add_platform_class.js /var/www/AluraCar

add to body class: platform-android

Error: Failed to find 'ANDROID_HOME' environment variable. Try setting setting it manually. Failed to find 'android' command in your 'PATH'. Try update your 'PATH' to include path to valid SDK directory.

4 respostas
solução!

Pela mensagem de erro, faltou criar a variável de ambiente "android_home",

O link abaixo mostra como fazer isso

http://www.tiagoporto.com/blog/tutorial-de-configuracao-do-ambiente-ionic-android-no-windows/

Olá,

Muito obrigado, porém estou usando Linux.. será q tem algum manual q possa me ajudar a configurar essa variavel de ambiente no Ubuntu?

Obg

Eu não trabalho com Linux, mas me parece que este link explica como fazer isso:

http://itsolutionstuff.com/post/how-to-set-android-home-environment-variable-in-ubuntuexample.html

Então, configurei a variável de ambiente e ainda não consigo gerar a buld, mas agora migrei o projeto pro windows por questões de praticidade.

Porém quando executo o comando 'Ionic build android' ele retorna a seguinte msg:

Starting a new Gradle Daemon for this build (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/2.14.1/usergui de/gradle_daemon.htmlPlease read the following process output to find out more:

Error occurred during initialization of VMCould not reserve enough space for 2097152KB object heap

  • Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.

Error: cmd: Command failed with exit code 1 Error output: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/2.14.1/usergui de/gradle_daemon.htmlPlease read the following process output to find out more:

Error occurred during initialization of VMCould not reserve enough space for 2097152KB object heap

  • Try:Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output.