问题描述
我开始的 Android的发展使用Eclipse。我已经下载了所有必需的软件,但我有同样的问题作为讨论的here.现在我做的不可以中找到关于讨论解决方案的问题 所以让我再次改写这个问题,
当我打开Eclipse和创建一个新的Android项目,它一直在等待ADT加载。要弄清楚什么是错了,我去了preferences,并试图把我在它创建的ADT的位置,但它不断给我这个错误,当我把ADT的地址,
我会很感激,如果有人可以帮助我解决这个问题。
在此先感谢。
编辑:我手动创建foolder工具,现在我收到此错误,
[2011-12-24 15时23分56秒 - DDMS] DDMS未找到的文件:C:\ Documents和Settings \法赫德\ Android的软件开发工具包\平台工具\ ADB。 exe文件C:\ Documents和Settings \法赫德\ Android的软件开发工具包\工具\ HPROF-conv.exe E:\的Documents and Settings \法赫德\ Android的软件开发工具包\工具\ traceview.bat
[2011-12-24 15时42分零六秒 - DDMS] DDMS未找到的文件:C:\ Documents和Settings \法赫德\ .android \平台工具\ adb.exe E:\的Documents and Settings \法赫德\ .android \工具\ HPROF-conv.exe E:\的Documents and Settings \法赫德\ .android \工具\ traceview.bat
如果您安装Eclipse正确,则:
- 启动Eclipse
- 从菜单栏中选择Window> preferences>安卓
- 对于Android的位置,浏览在其中安装Android的SDK的文件夹。
- 在Android的SDK的文件夹,重命名文件夹
平台-工具
到工具
。 - 选择通过preferences对话框中的文件夹的Android软件开发工具包。
I am starting Android Development using Eclipse. I have downloaded all the required software but I am having the same problem as discussed here. Now I do not find the solution of the problem on that discussion so let me rewrite the problem again,
When I load Eclipse and create a new Android project, it keeps on waiting for the ADT to load. To figure out what is wrong I went to preferences and tried to put the location of the ADT I created in it but it keeps giving me this error when I put the address of ADT,
I would be very thankful if someone could help me out with this problem.
Thanks in advance.
EDIT:I created the foolder tools manually, now I am getting this error,
[2011-12-24 15:23:56 - DDMS] DDMS files not found: E:\Documents and Settings\Fahad\android-sdks\platform-tools\adb.exe E:\Documents and Settings\Fahad\android-sdks\tools\hprof-conv.exe E:\Documents and Settings\Fahad\android-sdks\tools\traceview.bat
[2011-12-24 15:42:06 - DDMS] DDMS files not found: E:\Documents and Settings\Fahad\.android\platform-tools\adb.exe E:\Documents and Settings\Fahad\.android\tools\hprof-conv.exe E:\Documents and Settings\Fahad\.android\tools\traceview.bat
If you install Eclipse properly then:
- Start Eclipse
- From the menu bar, select Window > Preferences > Android
- For Android location, browse the folder in which you install Android SDKs.
- In Android SDKs folder, rename the folder
platforms-tools
totools
. - Select the folder Android SDKs through Preferences dialog box.
这篇关于找不到文件夹“工具”里面的SDK的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!