Android Studio - How to Change Android SDK Path
Solution 1:
From Android Studio 1.0.1
Go to
- File -> project Structure into Project Structure
- Left -> SDK Location
- SDK location select Android SDK location (old version use Press +, add another sdk)
Solution 2:
For projects default:
- Close current Project (File->Close project)
You'll get a Welcome to Android Studio Dialog. In that:
-
Click on Configure -> Project Defaults -> Project Structure
-
Click on SDK Location in the left column
-
Put the path to the Android SDK in "Android SDK location" field.
(Example SDK location:
C:\android-sdk
; I have sub-folders likeadd-ons
,platforms
etc underC:\android-sdk
)
-
Click OK to save changes
-
Have fun!
Following steps were for older versions(<1.0) of Android Studio
-
In the middle column Click on Android SDK (with Android icon) OR click + on the top if you don't see an entry with Android icon.
-
Change SDK Home Path and select valid Target.