Android SDK 文件夹位于哪里?

发布于 2025-01-07 06:51:39 字数 388 浏览 1 评论 0原文

我使用 Adob​​e Flash 通过 Air for Android 创建了一个 .apk 应用程序。 现在我想使用这个 Blackberry 在线打包程序为 Blackberry App World 做好准备: https://bdsc.webapps.blackberry.com/android/bpaa/apk-compatibility-check

在 Windows PC 上哪里可以找到 Android SDK 文件夹?它是否与 Adob​​e Flash Pro 安装捆绑在一起?

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?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(10

墨离汐 2025-01-14 06:51:39

如果您使用的是 android studio,那么...

  1. 打开 Android SDK 管理器。
  2. 在窗口顶部,SDK 列表上方,显示“SDK 路径:”。

我配置了默认值,对我来说路径是:

C:\Users\[帐户]\AppData\Local\Android\sdk

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

溺深海 2025-01-14 06:51:39

您可以在 Android SDK Manager 中找到该路径。
顶部列出了路径,Windows 中的默认路径是

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

,Linux 上的默认路径是

/home/YourName/Android/Sdk/

You can find the path in the Android SDK Manager.
On the top it lists the path, the default path in Windows is

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

and on Linux

/home/YourName/Android/Sdk/
莫言歌 2025-01-14 06:51:39

如果您使用的是 Windows,

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

希望这对您有所帮助。

If you are using windows,

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

hope this helps.

℉絮湮 2025-01-14 06:51:39

在 Android Studio 的文件浏览器中查找 local.properties 文件。它将包含 SDK 位置。

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

度的依靠╰つ 2025-01-14 06:51:39

使用 Android SDK MANager 查找它。如何打开 Android SDK 管理器并不总是很明显。首先,SDK Manager是Android Studio的一个功能;打开那个。在 Android Studio(Windows 版本 2.3.3 起)中,SDK 管理器是通过大工具栏上的一个图标来选择的,该图标具有难以理解的字形。如果找不到它,则可以选择“工具”-->“Android”-->“SDK 管理器”。在SDK管理器中,选择外观和行为-->系统设置-->Android SDK;并阅读“SDK 位置”字段。希望您能从那里弄清楚您需要什么。

在 Unity 游戏引擎中遇到同样的问题后,我想到了这个问题。

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.

我很坚强 2025-01-14 06:51:39

如果您使用的是 Visual Studio,您可以在以下位置找到它:

C:\Program Files (x86)\Android\android-sdk

如果您想访问 Android SDK Manager,您可以在 VS 文件夹中找到它:

C:\Program Files\Microsoft Visual Studio\{2022}{社区/专业人士/Enterprise}\Common7\IDE\Extensions\Xamarin\AndroidSdkManager

If you are using Visual Studio you can find it in:

C:\Program Files (x86)\Android\android-sdk

If you want to access the Android SDK Manager you can find it inside VS folder:

C:\Program Files\Microsoft Visual Studio\{2022}{Community/Proffessional /Enterprise}\Common7\IDE\Extensions\Xamarin\AndroidSdkManager

七月上 2025-01-14 06:51:39

(对于像我这样正在寻找不进行编辑的复制和粘贴的懒开发者)

您实际上可以使用 %LOCALAPPDATA%!只需将以下内容复制并粘贴到 explorerRUN 中即可

%LOCALAPPDATA%\Android\Sdk

(for lazy devz like me who are looking for copy & paste with no edit)

You can actually use %LOCALAPPDATA%! Just simply copy and paste the following in explorer or RUN

%LOCALAPPDATA%\Android\Sdk
忆悲凉 2025-01-14 06:51:39

当它说您的用户名中只能包含 ASCII 字符时,如果您尝试使用 Ç â ã 等字母,它将不起作用。尝试将 ã 更改为 a(不带标点符号)。

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

凉墨 2025-01-14 06:51:39

您的 SDK 位置包含非 ASCII 字符

la location est ici:
C:\Users\Daffé\AppData\Local\Android\Sdk

your SDK location contains non-ASCII characteres

la location est ici:
C:\Users\Daffé\AppData\Local\Android\Sdk

樱花落人离去 2025-01-14 06:51:39

大家好,我已经寻找解决方案近三周了..终于我自己找到了解决方案。
1-转到搜索栏和wright sdk。
2-复制文件
3-转到 \android 并过去它,

我希望它能像与我一起工作一样工作..

hi all i have been looking for a solution for almost 3 weeks .. finally i found the solution by my self.
1- go to search bar and wright sdk.
2- copy the file
3- go to \android and past it there

i hope it works with as worked with me ..

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文