-3

I have installed Android Studio but i don't know how to set the path of SDK.

I have version new of Android studio but getting error in code.

package not found import package dose not getting.

Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95
hitesh d
  • 13
  • 1
  • 3
  • 1
    Possible duplicate of [Android Studio - How to Change Android SDK Path](http://stackoverflow.com/questions/16581752/android-studio-how-to-change-android-sdk-path) – Zoe Jul 07 '16 at 12:48

2 Answers2

2

Download the SDK from here: http://developer.android.com/sdk/ to C:\android-sdk\.

Then when you launch Android Studio again, it will prompt you for the SDK path just point it to: C:\android-sdk\.

Harshad Pansuriya
  • 20,189
  • 8
  • 67
  • 95
1

If you install it first time then do this as @Ironman told here and if you want to change exciting path from android studio then in your toolbar in android studio as shown in below picture,

enter image description here

you will see icon for sdk manager,this is icon for it

enter image description here

click it and you will see this prompt window

enter image description here

You can see Android SDK Location path on top of this window you can edit it as you want

Community
  • 1
  • 1
TapanHP
  • 5,969
  • 6
  • 37
  • 66