Where is the Android SDK folder located?

2019-01-23 23:31发布

问题:

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?

回答1:

Assuming you are using Windows, it is in C:\Program Files\Android\SDK (I think). Otherwise, just download it as a Zip again.



回答2:

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



回答3:

If you are using windows,

C:\Users\{your_user}\AppData\Local\Android\sdk

hope this helps.



回答4:

Look it up with the Android SDK MAnager. It's not always obvious how to open up the Android SDK manager. First of all, SDK Manager is a feature of the Android Studio; open that. In Android Studio (as of version 2.3.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". Hopefully you can figure out what you need from there.

I came to this question after having the same problem in the Unity game engine.



回答5:

When it says that it can only have ASCII characters in your username, if you try to use letters like Ç â ã, it won't work. Try to change ã to a (without punctuation).



回答6:

Look for the local.properties file in the file browser of Android Studio. It will contain the SDK location.



标签: android sdk air