I am trying to connect my android phone to my android studio via my macbook but the android studio keeps displaying the “Error initializing ADB: Android Debug Bridge not found” message.
Please let me know on what i should do .
thanks
I am trying to connect my android phone to my android studio via my macbook but the android studio keeps displaying the “Error initializing ADB: Android Debug Bridge not found” message.
Please let me know on what i should do .
thanks
First go to File>Invalidate Caches and Restart.
After restart, in the terminal write the command adb devices
. If you get the error, as you mentioned then that means you don't have adb installed. But as far as I have used Android Studio, you don't get this error in Linux and Mac.
Also if you are trying to connect to your physical phone, then you need to enable Developer Options, and then check enable USB Debugging.