The default location for Android SDK in IntelliJ Android Studio IDE is something like /Users/code2care/Android/adt-bundle-mac-x86_64-20140702/sdk (on Mac OS X), it is the directory where the Android SDK is located when you install it, it is the location used for new projects and for existing projects that do not have a local.properties file with an SDK.dir property.
If you want to change this path to something else then follow the below steps,
- Just close Android Project that is open in Android Studio.It would be better if you can close the IDE completely and restart it.
- Now you should be able to see the "Welcome to Android Studio" window with Recent Projects at the left and Quick Start options at the right. Select Configure from the Quick Start Options.
- Now select Project Defaults from Configure Options.
- Select Project Structure.
- You would now get a Pop-up window SDK Locations
- You can change the path of the SDK under Android SDK location : text filed.
- Make changes to the path and Click Apply
- We are done!
More Posts related to Android,
- Change Android Toast background color
- Maven : java.lang.ClassNotFoundException: Xmx512m
- This class should be public (android.support.v7.internal.widget.ActionBarView.HomeView) Lint Error
- Android Alert Dialog with Checkboxes example
- Android Error Generating Final Archive - Debug Certificate Expired
- How to add Newline to text in Android TextView
- Read Text file from SD Card : Android Programming
- [FIX] AndroidRuntime: FATAL EXCEPTION: main - java.lang.RuntimeException NullPointerException
- ActivityManager Warning: Activity not started, its current task has been brought to the front
- INSTALL_FAILED_INSUFFICIENT_STORAGE Android Error
- Android Developers Bluetooth Tutorial
- java.lang.ClassNotFoundException android.support.v7.widget.Toolbar [Fix]
- Android: Save Data in local Db using Android Room
- Channel 50 SMSes received every few minutes Android Phones
- 21 Useful Android Emulator Short-cut Keyboard Keys
- Changing Android Intent Tittle using java code
- Android : No Launcher activity found! Error
- How to change TextView or EditText Text Color on Focus and on Press
- How to display Toast on Button Click : Android
- Android : Execute some code after back button is pressed
- Stop android adb service from command prompt or terminal
- [Soluiton] You already have the latest version of Android Studio installed
- Create Custom Android AlertDialog
- Android R Cannot Be Resolved To A Variable
- How to make Android EditText not editable
More Posts:
- Display Output in Java Console as a Table - Java
- Spotlight Search file path location on Mac OS X Mavericks or Yosemite - Mac-OS-X
- JDK Location in Android Studio - Android-Studio
- How to do calculations in Mac Terminal - MacOS
- How to make a dummy phone call from Android Emulator device - Android
- How to install Zsh shell - HowTos
- SharePoint Online REST API not returning all list items and limit to only 100 rows - SharePoint
- Add X days from today in Command Line - HowTos