From Android Studio 1.0.1 and above
Go to
Go to
- File -> project Structure into Project Structure
- Left -> SDK Location
- SDK location select Android SDK location (old version use Press +, add another sdk)
Or
1. Close current Project (File->Close project)
You'll get a Welcome to Android Studio Dialog. In that:
2. Click on Configure -> Project Defaults -> Project Structure
3. Click on SDK Location in the left column
4. Put the path to the Android SDK in "Android SDK location" field.
(Example SDK location: C:\android-sdk; I have sub-folders like add-ons, platforms etc under C:\android-sdk)
5. Click OK to save changes