Android SDK 文件夹位于哪里?
我使用 Adobe Flash 通过 Air for Android 创建了一个 .apk 应用程序。 现在我想使用这个 Blackberry 在线打包程序为 Blackberry App World 做好准备: https://bdsc.webapps.blackberry.com/android/bpaa/apk-compatibility-check
在 Windows PC 上哪里可以找到 Android SDK 文件夹?它是否与 Adobe 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(10)
如果您使用的是 android studio,那么...
我配置了默认值,对我来说路径是:
If you're using android studio then...
I configured with the defaults and the path, for me, is:
您可以在 Android SDK Manager 中找到该路径。
顶部列出了路径,Windows 中的默认路径是
,Linux 上的默认路径是
You can find the path in the Android SDK Manager.
On the top it lists the path, the default path in Windows is
and on Linux
如果您使用的是 Windows,
希望这对您有所帮助。
If you are using windows,
hope this helps.
在 Android Studio 的文件浏览器中查找
local.properties
文件。它将包含 SDK 位置。Look for the
local.properties
file in the file browser of Android Studio. It will contain the SDK location.使用 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.
如果您使用的是 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
(对于像我这样正在寻找不进行编辑的复制和粘贴的懒开发者)
您实际上可以使用
%LOCALAPPDATA%
!只需将以下内容复制并粘贴到explorer
或RUN
中即可(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 inexplorer
orRUN
当它说您的用户名中只能包含 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ã
toa
(without punctuation).您的 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
大家好,我已经寻找解决方案近三周了..终于我自己找到了解决方案。
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 ..