I faced this error.
warn Failed to connect to development server using "adb reverse": spawnSync adb ENOENT
info Starting the app…
error Failed to start the app.
Error: spawnSync adb ENOENT
error Failed to start the app. Error: spawnSync adb ENOENT
2
Answers
Try this
Try to update ANDROID_HOME env and then compile your changes with the following command running on terminal
Kindly follow this link
React Native adb reverse ENOENT