2
respostas

Command failed: ./gradlew installDebug

Quando eu rodo o "react-native run-android" aparece o seguinte erro:

  • 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 1m 12s 28 actionable tasks: 28 executed 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

Command failed: ./gradlew installDebug

Error: Command failed: ./gradlew installDebug at checkExecSyncError (child_process.js:601:13) at Object.execFileSync (child_process.js:621:13) at runOnAllDevices (/home/erika/React-Native/InstaluraMobile/node_modules/react-native/local-cli/runAndroid/runAndroid.js:299:19) at buildAndRun (/home/erika/React-Native/InstaluraMobile/node_modules/react-native/local-cli/runAndroid/runAndroid.js:135:12) at isPackagerRunning.then.result (/home/erika/React-Native/InstaluraMobile/node_modules/react-native/local-cli/runAndroid/runAndroid.js:65:12) at at process.tickCallback (internal/process/nexttick.js:188:7)

E ai, o que posso fazer para resolver esse problema??

2 respostas

Voce já tem um emulador android rudando quando acontece este problema?

Se não. Inslate o Android Studio.

Assim que instalar abra ele e na tela inicial aonde tem uma lista de botao para criar um novo projeto e abrir um existente tem um botao no canto inferior direito escrito Configure clique nele e em seguida escolha AVDManager

Nesta tela crie e rode o seu emulador.

eu também estou com o mesmo problema, eu estou usando mac pro 2012 eu tenho tudo instalado android studio e estou com o emulador aberto e acontece a mesma coisa quando eu tento executar esse comando: react-native run-android

Alguém pode ajudar?