Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

DDMS Files Not Found Android\platform-tools\adb.exe

Tags:

java

android

I have Eclipse and Java SE and am running Windows XP and am trying to setup Android for Eclipse.

I first:

Visit http://developer.android.com. 2. On the main page that appears, click the link to download the Android SDK. 3. Find a link appropriate to your operating system (Windows, Mac OS X, or Linux). 4. Click the link to begin the download.

I installed the Android SDK Tools

I then installed ADT as followed ( note I used http instead of https ) under downloading the ADT plugin.

http://developer.android.com/sdk/installing/installing-adt.html

It gave me some errors saying that somethings needed to be installed which would have been installed if i'd installed Java EE.

I saw a site that said go into the SDK Manager, so I tried installing somethind and it gave me this error:

[2012-06-28 14:32:27 - DDMS] DDMS files not found: K:\Android\platform-tools\adb.exe [2012-06-28 14:32:27 - DDMS] DDMS files not found: K:\Android\platform-tools\adb.exe

What does this mean, and how can I get Android to work. Do I still need some thigns that Java EE has for Android?

like image 940
Chris Okyen Avatar asked Jun 28 '12 22:06

Chris Okyen


2 Answers

I hate to say it, but restart Eclipse. My recent install gets confused sometimes and that's how I fix it. Hasn't failed to correct it yet.

like image 183
entomo Avatar answered Oct 01 '22 19:10

entomo


The file path is wrong. You probably renamed a file in the directory after you installed Eclipse, and now you have to change the file path manually or re-install the program. That's why in the instructions, you are asked to install to developer on your main drive, and not some other file.

like image 35
the_prole Avatar answered Oct 01 '22 18:10

the_prole