

Program received signal SIGINT, Interrupt. Program received signal SIGTRAP, Trace/breakpoint trap. Transfer rate: 177 KB/sec, 13982 bytes/write.īreakpoint 1 at 0x1bbd0: file. android/build/build./home/pi/opt/gcc-arm-none-eabi-7-2017-q4-major/bin/arm-none-eabi-gdb-py build-metro_m4_express/firmware.elf System Images: android-28 | Google APIs Intel x86 AtomĪlso, One important change that I made for the upgrade was in. The upgrade was necessary to add 64-bit support. Just replace 10.0.2.2 with the IP you are shown in the error from react-native.įor me this problem started with upgrading react-native.

So, whatever IP Address you are seeing here add that in below settings and you are good to go./android/app/src/main/AndroidManifest.xml The issue is that this IP is not whitelisted in Android Network Security Settings. This IP 10.0.2.2 was accessible from emulator chrome browser. In my case I was trying to run the application on the emulator. Genymotion menu -> Settings -> ADB -> Then select use custom android sdk tools (click on browse to find sdk location) Reason: No emulators found as an output of `emulator -list-avds`. You are using Genymotion ? If yes, do the following step :Īfter above step if you get the following error ? error Failed to launch emulator. If you do not get the result (with steps 4 and 5) do the following stepsġ- Try to downgrade your Node version (current version is 12.13.1) choco uninstall nodejsĢ- Add the path of npm module ( C:\Users\your user name\AppData\Roaming\npm) to system variables instead of user variablesģ- Install react native globally by using command npm install -g react-native-cliĤ- Go to the root of your project directory and run the following command : react-native startĥ- Open another terminal in the root of your project and run the following command : react-native run-android First do steps 4 and 5 then you can run your project.
