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
445 views
in Technique[技术] by (71.8m points)

android - DDMS files not found Error

I had the some DDMS files not found... problem.

I fixed it by making sure that the Android SDK path is set correctly in Eclipse (which is C:Program FilesAndroidandroid-sdk on my machine).

This can be done in Eclipse->Windows->Preferences->Android->SDK Location.

plz help me to solve this problem.

See Question&Answers more detail:os

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

1 Answer

0 votes
by (71.8m points)

Root cause:

  1. Android may not be installed only fetching might have done in eclipse.

  2. Check the location of android installation in eclipse windows -> preferences -> android (installation path may not be correct).

Solution:

  1. Give the correct android installed path in windows -> preferences -> android.

  2. If you not able to find the path, better uninstall and install the android again.

Android download link for windows:

http://developer.android.com/sdk/index.html


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

...