-3

When I want to import github project to my android studio , I see this error:

SDK location not found

How to solve it?

Thorbjørn Ravn Andersen
  • 73,784
  • 33
  • 194
  • 347
A.Zebka
  • 13
  • 4
  • have you added sdk path to environment variable? – Nishank Jul 08 '16 at 23:53
  • This error message makes good sense to an experienced programmer, but apparently not to you. Could you please explain what you understand, and what does not make sense of the text in the dialogue box? – Thorbjørn Ravn Andersen Jul 09 '16 at 00:19
  • hi (http://stackoverflow.com/questions/30127943/import-android-studio-project-from-git-into-android-studio-gradle)is a good teach? – A.Zebka Jul 09 '16 at 00:24

2 Answers2

3

Open control panel Properties -> advancedsystemsettings Then go to Change Environment Variables Then click create a new environment variables Create a new variable named ANDROID_HOME path C:\Android\sdk

Nishank
  • 475
  • 7
  • 17
2

Change the SDK path in local.properties to your installed SDK's Path.

Asif Patel
  • 1,744
  • 1
  • 20
  • 27