Solucionado (ver solução)
Solucionado
(ver solução)
1
resposta

BUILD FAILED

Starting a Gradle Daemon, 1 busy and 2 incompatible and 2 stopped Daemons could not be reused, use --status for details

FAILURE: Build failed with an exception.

  • Where: Build file 'C:\Users\Welli\Google Drive\ProgramaþÒo\React Native\instacopy\android\app\build.gradle' line: 1

  • What went wrong: A problem occurred evaluating project ':app'.

    Failed to apply plugin [id 'com.android.application'] Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory. See http://b.android.com/95744 for details. This warning can be disabled by adding the line 'android.overridePathCheck=true' to gradle.properties file in the project directory.

  • 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

BUILD FAILED in 18s Could not install the app on the device, read the error above for details. Make sure you have an Android emulator running or a device connected and have set up your Android development environment: https://facebook.github.io/react-native/docs/getting-started.html

1 resposta
solução!

Oi Wellington, tudo bem? Vi um problema parecido com esse estes dias aqui no fórum, a questão toda está no endereço do projeto que contêm caracteres especiais, como por exemplo na palavra "programação", entende?

É basicamente o que ele está dizendo no erro: Your project path contains non-ASCII characters. This will most likely cause the build to fail on Windows. Please move your project to a different directory

Pede pra você mudar a pasta do projeto pra onde não tenha no caminho dele, caracteres que não estão presentes na tabela ASCII.

Tenta isso e dá um retorno aqui :)