Where is the Android SDK folder located?

2019-01-23 23:28发布

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?

标签: android sdk air
6条回答
在下西门庆
2楼-- · 2019-01-23 23:58

If you are using windows,

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

hope this helps.

查看更多
beautiful°
3楼-- · 2019-01-23 23:58

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.

查看更多
forever°为你锁心
4楼-- · 2019-01-23 23:58

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).

查看更多
Deceive 欺骗
5楼-- · 2019-01-24 00:03

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

查看更多
甜甜的少女心
6楼-- · 2019-01-24 00:04

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

查看更多
Luminary・发光体
7楼-- · 2019-01-24 00:06

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

查看更多
登录 后发表回答