Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android Studio: "Error initializing ADB: Android Debug Bridge not found"

Tags:

android

sdk

ide

I've installed Android Studio 3.0, and have compiled and run applications successfully.

Device File explorer pane has the above error message in red, and nothing else.

like image 306
A.J Avatar asked Nov 27 '17 08:11

A.J


1 Answers

Solution of Android Debug Bridge not found.

Simple following 4 Steps :

  1. Open File -> Project Structure -> Project

    • see if SDK not Selected..

    enter image description here

  2. Select any latest SDK OR Select Supported version for your system.

    enter image description here

  3. Then Open File -> Invalid Caches OR Restart Select.

    enter image description here

  4. You can See ADB Error Goes and Emulators Function on the Screen.

    enter image description here

☻♥ Done. Keep Code.

like image 56
Nikhil S Marathe Avatar answered Sep 20 '22 09:09

Nikhil S Marathe