(Android studio 2.1) “SDK does not contain any platforms. error”

前端 未结 1 1823
一向
一向 2021-01-20 06:32

I\'m getting the \"SDK does not contain any platforms. error\" after installing Android Studio 2.1. How to fix it?

相关标签:
1条回答
  • 2021-01-20 06:47

    By default sdk was installed under the

    C:\Users\<user_name>\AppData\Local\Android\sdk\ directory

    Not inside the

    C:\Users\<user_name>\.AndroidStudio2.1\

    So now change your sdk path by browsing above specified path. And you have to add JAVA_HOME path under System Variable.

    You can change the sdk path by copy pasting the entire sdk directory from C Drive to any new location.

    0 讨论(0)
提交回复
热议问题