Error:Unable to obtain debug bridge in android studio

前端 未结 8 884
生来不讨喜
生来不讨喜 2020-12-10 08:22

After updating Android Studio to 2.0 l am getting this error unable to obtain debug bridge and Android Device Monitor does

8条回答
  •  南方客
    南方客 (楼主)
    2020-12-10 08:57

    Check whether you need to install "Android Sdk Platform Tools" in the Android SDK Manager.

    Somehow, after installing Android Studio from the bundle (for Linux) I lacked the "platform-tools" directory in "Android/Sdk", where the adb executable resides. Installing the platform tools helped. It was easier to find in the standalone sdk manager.

提交回复
热议问题