Location Android Studio SDK

I see there are many similar topics related to this problem, but I did not find a solution for me among these posts. I just installed Android Studio v0.8.14 and it will not allow me to create a new project because I do not have the specified path to the SDK. For life, I cannot find where this path should be. I see that many people are in C: / Android or somewhere else, however the only Android files that I have are on my desktop in the extracted folder that appeared in .zip. According to Android Studio, all the paths inside this folder do not qualify as an appropriate SDK location. Am I completely ridiculous and skipping the obvious?

+115
android android-studio sdk
Nov 04 '14 at 15:38
source share
20 answers

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

Then, when you launch Android Studio again, you will be asked to specify the path to the SDK, just specify it: C: \ android-sdk \.

Update: new download location, https://developer.android.com/studio/#command-tools

+16
Nov 04 '14 at 16:01
source share

For Mac / OSX, the default location is /Users/<username>/Library/Android/sdk .

+113
May 22, '15 at 17:01
source share

Android Studio on Windows 8:

 C:\Users\username\AppData\Local\Android\sdk\extras\intel\Hardware_Accelerated_Execution_Manager\intelhaxm-android.exe 

(in username: please enter a valid username)

Install it and restart Android Studio.

The above steps are similar for winning 7, as well as for eclipse.

Update: Windows 10 (similar steps) - indicated by RBT

+63
Jan 20 '15 at 17:59
source share

This is the Android Studio SDK path installed for me: "C: \ Users \ <username> \ appdata \ local \ android \ sdk"

I am running Windows 8.1.

You can find the path going to Android Studio -> Configure -> SDK Manager -> SDK Path should be indicated in the upper left corner.

I do not consider it necessary to install the SDK separately, since the latest version of the SDK is also installed by default for Android Studio.

+53
Feb 03 '15 at 12:54
source share

I forgot where the SDK location was set, so I opened Android Studio and selected β€œ Settings then used the following submenu.

Current 01/01/2017: Tools β†’ SDK Manager

Latest edition

Deprecated: Appearance & Behavior β†’ System Settings β†’ Android SDK

There, the location of the SDK was indicated as the Android SDK Location

+30
Sep 12 '15 at 2:34
source share

C: \ Users \ Max \ AppData \ Local \ Android \ SDK \

The place where I found it for Windows 8.1. I think the default SDK folder. AppData is a hidden folder, so you won’t be able to find it unless you enter it as soon as you get into the C: \ Users \ folder.

+14
Jun. 07 '15 at 14:34
source share

windows (8.1):

After installing Android Studio, by default

sdk path: "C: \ Users \ <username> \ AppData \ Local \ Android \ sdk"

Remember: by default, the AppData folder is hidden, make it visible first.

macOS (Sierra 10.12.6):

After installing Android Studio (2.3.3) by default

sdk path: "/ Users / <username> / Library / Android / sdk"

Remember: maybe the library folder is hidden.
To make it visible: -
Open a terminal and enter "chflags nohidden" / Library / ", then press" Return ".

+13
Aug 09 '16 at 3:24
source share

Launch Android Studio and select Configure β†’ SDK Manager

enter image description here

Then check the Android SDK path

enter image description here

If you cannot find the location of the SDK, you can download it . Just scroll down to the bottom of the download page and select the Android SDK relative to your OS.

enter image description here

+10
Mar 28 '18 at 18:37
source share

When I updated, I just transferred my SDK to my user folder C: \ Users \ Nick \ Android-SDK and updated my path in Android Studio. Worked like a charm.

EDIT: (Details) - My SDK was originally inside C: \ Program Files (x86) \ Android \ android-studio \ sdk, I just cut and paste the entire \ sdk folder into the C: \ Users \ Nick \ Android-SDK folder, and then install it in Android Studio to a new location.

+5
Nov 04. '14 at 15:40
source share

For Mac users:

  • Open Android Studio
  • Choose Android Studio β†’ Settings β†’ System Settings β†’ Android SDK
  • The location of your SDK will be indicated in the upper right of the screen in the [Android SDK Location] section

I am running Android Studio 2.2.3

+5
Jan 11 '17 at 15:52
source share

For Ubuntu users:

a) Open Android Studio. b) Select Android Studio β†’ Settings β†’ Android SDK or Android Studio β†’ Project Structure β†’ SDK Location or open the project structure shortcut ( Ctrl + Alt + Shift + s .]) c) The location of your SDK will be indicated in the upper right part of the screen in the [ Android SDK Location]

+3
Feb 08 '18 at 9:53
source share

If your project is open, click Gradle Scripts >local.properties(SDK LOCATION) , open it, and there will be an sdk location named

 sdk.dir=C\:\\Users\\shiva\\AppData\\Local\\Android\\Sdk 

Note: do not forget to replace \\ to \ before copying (sdk location)

+2
03 Feb
source share

Consider Using Windows 7 64bits

C: \ Users \ Administrador \ AppData \ Local \ Android \ SDK

+1
Sep 01 '16 at 15:08
source share

Open the Preferences window by clicking File> Preferences (on Mac, Android Studio> Preferences). In the left pane, choose Appearance & Behavior> Android SDK.

you will go the way

+1
Nov 02 '17 at 8:18
source share

https://developer.android.com/studio/releases/platform-tools.html

follow the link above to the download page and download your WiNDOWS OR MAC platform ----- unzip it into your C: \ Users (yourPC) \ AppData \ Local \ Android \ sdk ......... (and sdk1 if you have both)

Replace the file (platform-tools) or rename the one there if you do not like to overwrite it ... I renamed my tools / old -platform ... and, obviously, the new file that will be unpacked is / platform-tools. .. I did this inside the SDK and SDK1, and I managed to get ANDROID EMULATOR to work .... more specifically, PLAY BUTTON in Android studio (9-1-2017). I got an error unable to find adb ... for some reason, the window and other antiviruses will surpass the installation process .... I am running Windows 8.1

0
Sep 01 '17 at 19:37
source share
 C:\Users\username\AppData\Local\Android\sdk 

This is the right way if you are looking for sdkmanager .

0
Sep 11 '17 at 18:08
source share

Windows 10 - when upgrading from AS 2.x to 3.01

AS changed the SDK directory name from ... / SDK to ... / SDK

Since I kept my initial settings, this caused a problem. Changed back to lowercase and everything works!

0
Feb 07 '18 at 21:48
source share

AndroidStudioFrontScreen I just double-clicked the Android dmg installation file that I saved on my hard drive, and when the first screen appeared, I dragged the Android Studio icon to the Applications folder, now I know where it is !!! Also, when you launch it, do not forget to right-click Android Studio, while in the Dock, and select "Options" β†’ "Save in Panel". Everything else works.

enter image description here

0
Jan 16 '19 at 11:26
source share
  • Ubuntu (18.4)

/home/<USER_NAME>/Android/Sdk

  • windows (8.1)

C:\Users\<USER_NAME>\AppData\Local\Android\sdk

(AppData folder is hidden, first check the folder properties)

  • macOS (Sierra 10.12.6)

/Users/<USER_NAME>/Library/Android/sdk

0
Jun 10 '19 at 15:01
source share

C: \ Users \ username \ AppData \ Local \ Android \ SDK \ Extras \ Intel \ Hardware_Accelerated_Execution_Manager \ intelhaxm-android.exe

check this location in windows

-one
Aug 03 '16 at 4:58
source share



All Articles