问题描述
据初学者指南,设置ADT插件,的步骤之一是
According to the beginner guide, to setup the ADT Plugin, one of the procedures is
http://developer.android.com/sdk/eclipse-adt.html#installing
有关的SDK位置在主 面板中,单击浏览...并找到您 下载的SDK目录。
我到Program Files文件,发现Android的目录,但没有这些作品。经研究,我发现,Android开发者都警告我注意到该SDK目录,这是我没有的。
I went to Program Files, found Android directory, but none of those works.Upon research, I found out that Android developers have warned me to take note of the SDK directory, which I didn't.
现在我的问题是,如何获取该目录的路径?我不想重新安装SDK,然后安装更新(很多乱七八糟的......)
Now my question is, how do I get that directory path? I don't want to reinstall the SDK, and then install the updates (lots of mess...)
感谢您的帮助!
编辑
这是exe文件,你们要我看的是确实是内部平台的工具。
That exe that you guys wanted me to look for is indeed inside platform-tools.
我在安装Android的SDK,它给我的Android SDK管理器。所以我猜我已经安装在我的电脑上正确的事情。
I installed Android SDK, and it gives me Android SDK Manager. So I am guessing I had the right thing installed on my PC.
推荐答案
您可以搜索你的硬盘驱动器,它将与SDK安装的程序之一。例如,如果搜索 aapt.exe
或 adb.exe
,他们将在平台工具
目录中的下面的安装目录(这是你追求的是什么)。
You can search your hard drive for one of the programs that's installed with the SDK. For instance, if you search for aapt.exe
or adb.exe
, they will be in the platform-tools
directory underneath the installation directory (which is what you're after).
这篇关于设置上的android食,但不知道SDK目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!