Android Studio: Unable to obtain result of 'adb version'

后端 未结 4 1000
轻奢々
轻奢々 2020-12-06 18:18

I am trying to start development on an Android app using Android Studio, but whenever I try to run the app I get the error Unable to obtain result of \'adb version\'

4条回答
  •  鱼传尺愫
    2020-12-06 18:33

    Found the solution thanks to @user3109468, Android Studio had the directory for the Android SDK wrong. In File>Project Structure make sure the directory for the SDK is correct; mine was C:\Users\[user]\AppData\Local\Android\sdk (Google had given sdk a capital "S" for some reason...)

提交回复
热议问题