简体   繁体   English

Android SDK 文件夹位于何处?

[英]Where is the Android SDK folder located?

I created with Adobe Flash an .apk app through Air for Android.我使用 Adob​​e Flash 通过 Air for Android 创建了一个 .apk 应用程序。 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现在,我想使用此 Blackberry 在线打包程序为 Blackberry App World 做好准备: https : //bdsc.webapps.blackberry.com/android/bpaa/apk-compatibility-check

Where to I find the Android SDK folder on my Windows PC?在哪里可以找到 Windows PC 上的Android SDK 文件夹 Is it bundle with the Adobe Flash Pro installation?它是否与 Adob​​e Flash Pro 安装捆绑在一起?

If you're using android studio then...如果您使用的是 android studio,那么...

  1. Open the Android SDK Manager.打开 Android SDK 管理器。
  2. At the top of the window, just above the list of SDKs, it says "SDK Path: ".在窗口顶部,SDK 列表的正上方,显示“SDK 路径:”。

I configured with the defaults and the path, for me, is:我配置了默认值,路径对我来说是:

C:\\Users\\[account]\\AppData\\Local\\Android\\sdk C:\\用户\\[账户]\\AppData\\Local\\Android\\sdk

You can find the path in the Android SDK Manager.您可以在 Android SDK 管理器中找到该路径。 On the top it lists the path, the default path in Windows is在顶部它列出了路径,Windows 中的默认路径是

C:\Users\%USERNAME%\AppData\Local\Android\sdk

and on Linux在 Linux 上

/home/YourName/Android/Sdk/

If you are using windows,如果您使用的是窗户,

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

hope this helps.希望这可以帮助。

Look for the local.properties file in the file browser of Android Studio.在 Android Studio 的文件浏览器中查找local.properties文件。 It will contain the SDK location.它将包含 SDK 位置。

Look it up with the Android SDK MAnager.使用 Android SDK MAnager 查找它。 It's not always obvious how to open up the Android SDK manager.如何打开 Android SDK 管理器并不总是很明显。 First of all, SDK Manager is a feature of the Android Studio;首先,SDK Manager 是 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.在 Android Studio 中(从 Windows 2.3.3 版本开始),SDK 管理器由大工具栏上的图标选择,该图标具有难以理解的字形。 If you can't find it, then instead you can select Tools-->Android-->SDK Manager.如果找不到,则可以选择工具-->Android-->SDK 管理器。 In the SDK Manager, select Appearance and Behavior-->System Settings-->Android SDK;在SDK Manager中,选择Appearance and Behavior-->System Settings-->Android SDK; and read the field "SDK Location".并阅读“SDK 位置”字段。 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.在 Unity 游戏引擎中遇到同样的问题后,我来到了这个问题。

When it says that it can only have ASCII characters in your username, if you try to use letters like Ç â ã , it won't work.当它说它只能在您的用户名中包含 ASCII 字符时,如果您尝试使用诸如Ç â ã类的字母,它将不起作用。 Try to change ã to a (without punctuation).尝试将ã更改为a (不带标点符号)。

hi all i have been looking for a solution for almost 3 weeks .. finally i found the solution by my self.大家好,我一直在寻找解决方案将近 3 周.. 最后我自己找到了解决方案。 1- go to search bar and wright sdk. 1- 转到搜索栏和 wright sdk。 2- copy the file 3- go to \\android and past it there 2- 复制文件 3- 转到 \\android 并在那里过去

i hope it works with as worked with me ..我希望它和我一起工作..

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM