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

匿名 (未验证) 提交于 2019-12-03 02:31:01

问题:

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

I have JAVA_HOME 1.7.0_80 and error download and install SDK

回答1:

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.



标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!