Is there anyone who has had any problems using WIN7 and Eclipse?
Everytime Eclipse starts this error always comes up: UNABLE TO PARSE ADB VERSION
If you try and run/debug the app from within WIN7,
The connection to adb is down, and a severe error has occured.
[2010-01-29 19:00:17 - app name] You must restart adb and Eclipse.
[2010-01-29 19:00:17 - app name] Please ensure that adb is correctly
located at 'C:\Android\tools\adb.exe' and can be executed.
Adb is located at C:\Android\tools\adb.exe
, and can be
executed from the cmd line. Tried quitting eclipse and WIN7 and
restarted. Ran adb kill-server
, adb start-server
daemon not running...
starting it now.
daemon started successfully.
start eclipse, and then that's when the error comes up. This is driving us crazy.
So, if by chance there is anyone else using WIN7 professional version
to develop on and has encountered this problem with adb
and found a solution, please post it.