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
I had the same issue. I resolved it by going to Help -> Check for Updates and update the listed components in Eclipse.
You also need to update ADT plugin for eclipse, it looks for adb in the proper directory, at least it works fine for me.
I had the same issue and solved this by the following : 1) "Help" -> "Check for uppdates" in Eclipse 2) GOTO android sdk lib - sdk manager - install "Android SDK platform-tools"
thats it good luck
I was able to fix the error as follows. 1. Go to eclipse Click Help>Check for Updates 2. Go to Windows->Android SDK and AVD Manager-> Install packages->Android SDK tools (install). 3. Restart Eclipse
@Jonas In your eclipse Click Help>Check for Updates. This will update the ADT Plugin. The new ADT plugin knows where to find apt and adb. Jus do this and your prob will be fixed,
EDIT: See the image. Install the first two items as well. a
I also updated the ADT plugin for eclipse, even though I originally only loaded the eclipse plugin three days ago. Updating the plugin solved the missing adb.exe problem.