Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Where is the Android SDK folder located?

Tags:

android

sdk

air

I created with Adobe Flash an .apk app through Air for Android. Now I would like to make it ready for the Blackberry App World with this Blackberry online packager: https://bdsc.webapps.blackberry.com/android/bpaa/apk-compatibility-check

Where to I find the Android SDK folder on my Windows PC? Is it bundle with the Adobe Flash Pro installation?

like image 341
Uli Avatar asked Feb 20 '12 22:02

Uli


People also ask

Can not find Android SDK folder?

If you have downloaded the AS + SDK bundle: Note #2: you will never find the SDK in the Android Studio directory unless you have explicitly put it in there. The reason is that those directories might be deleted after installing a newer version of Android Studio and you would have to re-install the SDK as well.

How do I find the sdk file?

Download the latest "command line tools only" package from the Android Studio downloads page and unzip the package. Move the unzipped cmdline-tools directory into a new directory of your choice, such as android_sdk . This new directory is your Android SDK directory.

How do I find Android SDK on my computer?

3 in Windows), the SDK Manager is chosen by an icon on the big toolbar which has an incomprehensible glyph. If you can't find it, then instead you can select Tools-->Android-->SDK Manager. In the SDK Manager, select Appearance and Behavior-->System Settings-->Android SDK; and read the field "SDK Location".


1 Answers

If you're using android studio then...

  1. Open the Android SDK Manager.
  2. At the top of the window, just above the list of SDKs, it says "SDK Path: ".

I configured with the defaults and the path, for me, is:

C:\Users\[account]\AppData\Local\Android\sdk

like image 104
Steven Evers Avatar answered Sep 18 '22 12:09

Steven Evers