Boa noite.
Eu estou utilizando o Genymotion para emular o android, sincronizado com o Android Studio.
Agora estou com outro problema: quando eu utilizo o comando: reactive-native run-android, na pasta do Instalura (de maneira semelhante que o instrutor), eu não consigo uma resposta no emulador, e aparece o seguinte no Powershell:
FAILURE: Build failed with an exception.
Where: Script 'C:\Users\Usuario\Desktop\L�gica\React_native\Instalura\nodemodules@react-native-community\cli-platform-android\nativemodules.gradle' line: 195
What went wrong: A problem occurred evaluating script.
node:internal/modules/cjs/loader:928 throw err; ^Error: Cannot find module 'C:\Users\Usuario\Desktop\Lógica\React_native\Instalura\nodemodules@react-native-community\cli\build\bin.js' at Function.Module.resolveFilename (node:internal/modules/cjs/loader:925:15) at Function.Module.load (node:internal/modules/cjs/loader:769:27) at Function.executeUserEntryPoint [as runMain] (node:internal/modules/runmain:76:12) at node:internal/main/run_main_module:17:47 { code: 'MODULE_NOT_FOUND', requireStack: []}
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 3s
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 8s
error Failed to install the app. Make sure you have the Android development environment set up: https://reactnative.dev/docs/environment-setup. Run CLI with --verbose flag for more details. Error: Command failed: gradlew.bat app:installDebug -PreactNativeDevServerPort=8081 :ReactNative:Unexpected empty result of running '[node, C:\Users\Usuario\Desktop\Lógica\React_native\Instalura\node_modules@react-native-community\cli\build\bin.js, config]' command.
O que devo fazer para conseguir "buildar" o app no emulador?