
Once you found the location, you can copy it by double-clicking on the location and pressing the “Ctrl + C” shortcut. If you are not seeing it, make you are on the “Appearance & behavior → System settings → Android SDK” page. Here, you will see the Android SDK location on the right panel in the “Android SDK Location” field. As soon as you click on the option, Android Studio will open the Settings window. If you are inside the Android IDE, select the “File → Settings” option.ģ. After opening the Android Studio, click on the “Configure” button and select the “SDK Manager” option. If you are using Windows, you can search for “Android Studio” in the Start menu or double-click on the desktop icon.Ģ. Here’s how you can open the SDK Manager to find the location.ġ. The SDK Manager in Android Studio gives you the exact location of the SDK folder. In case you are wondering, %localappdata% is a Windows environment variable mapped to the Local App Data folder (C:\Users\Username\AppData\Local) in your user directory. This will open the Android SDK folder instantly. Just open the Run window (Windows key + R), paste the given path, and click “Ok”.


The default Android SDK location in Windows is “ %localappdata%\Android\Sdk“. In this quick and straightforward guide, let me show you the steps to find the Android SDK folder location no matter where it is. The good thing is, it is pretty easy to locate where the Android SDK folder is. Without knowing the exact location, I could not execute the ADB command.

To do that, I needed to know the Android SDK location in Windows. For example, recently I wanted to install an APK file in the emulator with an ADB command.

If you want to use ADB commands or any other Android platform-tools from the command line, you need to know the Android SDK platform. This is also true if you are using a portable version of Android Studio. For example, if you install the Android Studio in some other directory, then the Android SDK location will be different. However, that might not be the case at all times. By default, in Windows, Google installs the Android SDK folder in the User directory. When you install Android Studio, it automatically installs the Android SDK so that you can develop and run apps directly on your computer. Don’t know where the Android SDK folder is in Windows? Here are simple steps to find the Android SDK folder location no matter where it is in your system.
