Could not automatically detect an ADB binary - Android Studio

后端 未结 4 1679
花落未央
花落未央 2020-12-11 01:30

I tried testing my app on Android Studio but I was getting stuck at

\"waiting for AVD to come online...\"  

I\'ve read r

4条回答
  •  刺人心
    刺人心 (楼主)
    2020-12-11 02:15

    This error because android studio did not find adb.exe in SDK\platform-tools folder. Maybe this is caused by sdkmanager while trying to update current packages.

    Any way, the easiest way to fix this error is by downloading SDK Platform Tools as zip file from https://developer.android.com/studio/releases/platform-tools.html , unzip it and replace the current platform-tools folder in SDK folder.

提交回复
热议问题