Error: spawnSync adb ENOENT at Object.spawnSync (internal/child_process. Run CLI with -verbose flag for more details.
warn Failed to connect to development server using 'adb reverse': spawnSync adb ENOENT info Starting the app. So I had to run the Emulator from the Android Studio.īUILD SUCCESSFUL in 32s 28 actionable tasks: 28 executed info Connecting to the development server. There is one typo, change, -assets-des to -assets-destĪfter I follow your step, the android still has the same issue below. So to my knowledge, there is a bug somewhere in the setup. Npx react-native bundle -platform android -dev false -entry-file index.js -bundle-output android/app/src/main/assets/ -assets-des android/app/src/main/res After creating a new project with npx react-native init AwesomeProject (as documented in React Native docs), I This is how I managed to get it up & running (using npx react-native run-android). After some digging, I found out that the problem must indeed be somewhere in the setup script.