-2

Android Studio Sdk Problem

I have install android studio but it give error that sdk not found.i have already download stand alone tool of sdk for android studio but i don't know how can configure sdk on android studio.

enter image description here

Jain Nidhi
  • 255
  • 2
  • 15

1 Answers1

1

If you have already the stand-alone SDK installed the only thing you have to do is let your Android-Studio know where it is.

File > Project Structure > SDK Location

EDIT:

You have to download the official JDK 7 from Oracle and install it (JKD 1.7). If you install it with default settings set your JDK path to somthing like C:\Program Files\Java\jdk1.7

JDurstberger
  • 4,127
  • 8
  • 31
  • 68