I had my Eclipse and SDK set up. I just updated my SDK to the latest version with the latest platforms. When i try to run the AVD from ECLIPSE i get the following error message

enter image description here

When i go to Preferences and set the path for my SDK i get the following error message

enter image description here

When i browsed thru the SDK folder i found that the adb.exe file has been moved out of tools folder into the platforms-tools folder

enter image description here

How to i now tell Eclipse that abd.exe is in platform-tools folder not in tools folder ?

Tools Folder

enter image description here

link|improve this question

Did you try to update ADT? – Nikolay Ivanov Sep 8 '11 at 6:15
please open tools not platform tool and show screen short – Dr.nik Sep 8 '11 at 6:21
do you have delete manually any folder? – Dr.nik Sep 8 '11 at 6:22
@Nik no i didnt touch anything.. link: variable3.com/files/screenshots/2011-09-08_1155.png – Harsha M V Sep 8 '11 at 6:26
1  
Copy adb.exe file in tools folder in android sdk. – Dipak Keshariya Sep 8 '11 at 6:35
show 5 more comments
feedback

4 Answers

up vote 1 down vote accepted

_UpgradeReport_Files folder are also missing
dmtracedump is missing

so you need to re-install your android-sdk
update with all avd
then set path of avd in preference

link|improve this answer
feedback

if you've just updated your ADT then most likely whitespaces is the problem. No one knows how this creeps into the system while updating. Just move your entire android folder to "C:\" now goto the same point where you found the android preferences & set the path to C:\android\

now your good to go...happy coding !!

link|improve this answer
still it says adb is not found it tools folder – Harsha M V Sep 8 '11 at 6:34
I hope you moved it from the android-sdk folder to c:\android-sdk...and set the path correctly...after update whitespaces become evident in windows based system – Vinoth Sep 8 '11 at 6:43
feedback
  1. Delete existing android sdk dir
  2. Download new android sdk.
  3. now from eclipse -> update -> ADTs then use it.

Thanks,

link|improve this answer
feedback

Firstly try to update ADT. Starting from some andoid sdk version ( I believe it's 2.2) some command line android tools moved from tools to platform-tools folder. Newer versions of ADT reflect that change.

link|improve this answer
i have updated the ADT too.. – Harsha M V Sep 8 '11 at 6:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.