When I open Android SDK Manager from Android Studio, the SDK Path displayed is:
\android-studio\sdk
I want to change this path. How do I do it?
When I open Android SDK Manager from Android Studio, the SDK Path displayed is:
\android-studio\sdk
I want to change this path. How do I do it?
Here's how you can change the android sdk path in Android studio:
Note: If changes do not take effect, restarting android studio should fix the problem.
Make your life easy with shortcut keys
ctrl+shift+alt+S
or
by going to file->project structure:
it will open this window, where you can select your SDK
EUREKA I found it!
With the current Studio 1.3 each project has a
local.properties
file where you can edit the SDK!You'll Android Studio home page
Click on Configure -> Project Defaults -> Project Structure
Click on SDK Location in the left column and copy the path.
Paste the path in My computer --> Right Click -> Properties -> click on Advanced system settings -> Environment variables and change the android home path.
click on 'OK' to save the session.
Add tools and platforms tools in path and save the changes.
Open command prompt[window+R] and type adb + enter.
In
Android Studio
you can set the generalAndroid SDK
path in the file: %Home%.AndroidStudio2.1\config\options\jdk.table.xmlSimple Answer Work For Sure...
Step 1: Right Click On The Project>> Select Open Module Setting --> Step 2: Select SDK Location From the Right Side below image
Step 3: Now browse the SDK location from your computer as show below...
Step 4: Click on OK.