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

后端 未结 4 1003
轻奢々
轻奢々 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:36

    Make sure Android SDK location and Android NDK location is correct.

    1. Go to File -> Project Structure.
    2. Set the Android SDK location and Android NDK location.

提交回复
热议问题