-1
This error is appearing to me when I use the command npx react-native run-android
, how can I solve this?
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\italo\OneDrive\�?rea de Trabalho\react\app\node_modules\@react-native-community\cli\build\bin.js, config]' command.
So I tried to follow the steps but an error to install the emulator think ------------Android Emulator Hypervisor Driver for AMD Processors installation failed. To install Android Emulator Hypervisor Driver for AMD Processors follow the Instructions found at: https://github.com/google/android-emulator-hypervisor-driver-for-amd-processors
– Italo Silva