I installed the Android SDK on my computer a few months ago and now I've finally motivated myself to begin developing.
几个月前我在我的计算机上安装了Android SDK,现在我终于开始自己动手开发了。
At the moment, I'm trying to install the plugin for Eclipse, and I need to set the location of the SDK on my computer but... I can't find it.
I know it's installed, since the SDK Manager says it is, but I don't know where!
目前,我正在尝试安装Eclipse的插件,我需要在我的计算机上设置SDK的位置,但是......我找不到它。我知道它已安装,因为SDK Manager说它是,但我不知道在哪里!
There's no Android folder in Program Files or in C:\ Searching for Android in explorer didn't yield anything relevant.
程序文件或C中没有Android文件夹:在资源管理器中搜索Android并没有产生任何相关性。
So.. Does anybody know where I can find the SDK?
It doesn't seem to be in the default location.
Thanks
那么..有谁知道我在哪里可以找到SDK?它似乎不在默认位置。谢谢
1 个解决方案
#1
31
If what you say about the SDK Manager in the OP is correct, and if you have access to the SDK Manager, then it shows where the SDK is currently located.
如果您对OP中的SDK Manager的说法是正确的,并且您有权访问SDK Manager,那么它会显示SDK当前所在的位置。
Right below the Package and Tools menu, it shows the SDK path.
在“包和工具”菜单下方,它显示了SDK路径。
However, if you cannot access the SDK Manager, then odds are you downloaded either the ADT Bundle or the SDK Installer.
但是,如果您无法访问SDK Manager,则可能会下载ADT Bundle或SDK Installer。
If it is the earlier, then the file that you downloaded is named: adt-bundle-windows-x86.zip. If it is the later, and if you remember installing it, then the default path for the installation is in your Program Files\Android....
. The installer is named something like this: installer_r21.1-windows.exe (this is the current available version)
如果是较早的,则下载的文件名为:adt-bundle-windows-x86.zip。如果它是后者,如果你还记得安装它,那么安装的默认路径就在你的Program Files \ Android中......安装程序的名称如下:installer_r21.1-windows.exe(这是当前可用的版本)
If none of the suggestions on this page, helps, then the last resort is to download the SDK all over again. On a good connection, you should be done in about 15 odd minutes. Download Source
如果此页面上的任何建议都没有帮助,那么最后的办法是重新下载SDK。在良好的连接上,你应该在大约15分钟内完成。下载源代码
Good luck with coding. ;-)
好运编码。 ;-)
#1
31
If what you say about the SDK Manager in the OP is correct, and if you have access to the SDK Manager, then it shows where the SDK is currently located.
如果您对OP中的SDK Manager的说法是正确的,并且您有权访问SDK Manager,那么它会显示SDK当前所在的位置。
Right below the Package and Tools menu, it shows the SDK path.
在“包和工具”菜单下方,它显示了SDK路径。
However, if you cannot access the SDK Manager, then odds are you downloaded either the ADT Bundle or the SDK Installer.
但是,如果您无法访问SDK Manager,则可能会下载ADT Bundle或SDK Installer。
If it is the earlier, then the file that you downloaded is named: adt-bundle-windows-x86.zip. If it is the later, and if you remember installing it, then the default path for the installation is in your Program Files\Android....
. The installer is named something like this: installer_r21.1-windows.exe (this is the current available version)
如果是较早的,则下载的文件名为:adt-bundle-windows-x86.zip。如果它是后者,如果你还记得安装它,那么安装的默认路径就在你的Program Files \ Android中......安装程序的名称如下:installer_r21.1-windows.exe(这是当前可用的版本)
If none of the suggestions on this page, helps, then the last resort is to download the SDK all over again. On a good connection, you should be done in about 15 odd minutes. Download Source
如果此页面上的任何建议都没有帮助,那么最后的办法是重新下载SDK。在良好的连接上,你应该在大约15分钟内完成。下载源代码
Good luck with coding. ;-)
好运编码。 ;-)