3

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

enter image description here

I have JAVA_HOME 1.7.0_80 and error download and install SDK

enter image description here

Alex K
  • 22,315
  • 19
  • 108
  • 236
Unnamed
  • 57
  • 1
  • 2
  • 7

1 Answers1

0

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.

Shashanth
  • 4,995
  • 7
  • 41
  • 51