Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
103 views
in Technique[技术] by (71.8m points)

android - Could not find folder 'tools' inside SDK

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,

Could not find folder 'tools' inside SDK 'E:Documents and SettingsFahadandroid-sdks'..

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 SettingsFahadandroid-sdksplatform-toolsadb.exe E:Documents and SettingsFahadandroid-sdksoolshprof-conv.exe E:Documents and SettingsFahadandroid-sdksoolsraceview.bat 
[2011-12-24 15:42:06 - DDMS] DDMS files not found: E:Documents and SettingsFahad.androidplatform-toolsadb.exe E:Documents and SettingsFahad.androidoolshprof-conv.exe E:Documents and SettingsFahad.androidoolsraceview.bat 
question from:https://stackoverflow.com/questions/8624003/could-not-find-folder-tools-inside-sdk

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)

If you install Eclipse properly then:

  1. Start Eclipse
  2. From the menu bar, select Window > Preferences > Android
  3. For Android location, browse the folder in which you install Android SDKs.
  4. In Android SDKs folder, rename the folder platforms-tools to tools.
  5. Select the folder Android SDKs through Preferences dialog box.

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...