skip to Main Content

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


  1. Chosen as BEST ANSWER

    Try this

    brew install --cask android-platform-tools
    

  2. Try to update ANDROID_HOME env and then compile your changes with the following command running on terminal

    source ~/.bash_profile
    

    Kindly follow this link
    React Native adb reverse ENOENT

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search