I have upgraded my Android SDK to version 2.3 and Android Development Tools 8.0.0. Now in Eclipse, I get an error message:
Could not find C:\\Program
My Antivirus removed the adb.exe file when i was trying to run my project
all i had to do is to reinstall Android SDK Platform-tools
and it fixed it
start AVD Manager from Command Line
Installed Packages Update All
Accept to update all
Start Eclipse->Help->Check for updates->Update All
Restart Eclipse
Go to "Help" -> "Check for uppdates" in Eclipse. Then check every update possible, wait for the updates to complete, restarted Eclipse and then everything is fix!
It is now under platform-tools. You have to install it using the Android tool to select the package "platform-tools".
I know, it is silly.
I had the same issue. I had to restart eclipse three times, and reboot, and then it worked. Oh, and I had to close all open projects as well.
what I did...