问题描述
根据初学者指南,要设置ADT插件,其中一个步骤是
According to the beginner guide, to setup the ADT Plugin, one of the procedures is
我去了程序文件,找到了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...)
感谢您的帮助!
已编辑
寻找确实在平台工具之内。
That exe that you guys wanted me to look for is indeed inside platform-tools.
我安装了Android SDK,它给了我Android SDK Manager。所以我猜我的电脑安装了正确的东西。
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
,则它们将位于 platform-tools
目录 安装目录(这是你以后的)。
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).
这篇关于在eclipse上安装android,但不知道SDK目录的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!