I get this exception when I try to run the application
[2013-09-10 12:09:21 - EffectiveNavigation] The connection to adb is down, and a severe error has occured. [2013-09-10 12:09:21 - EffectiveNavigation] You must restart adb and Eclipse. [2013-09-10 12:09:21 - EffectiveNavigation] Please ensure that adb is correctly located at 'E:\Configured-Eclipse\adt-bundle-windows-x86-20130522\sdk\platform-tools\adb.exe' and can be executed.
When I tried to use reset adb from eclipse it shows this error
[2013-09-10 12:18:20 - adb] Attempting to restart adb, but version check failed!
I also tried this from the command line.
1.adb kill-server //kill all active server 2.adb start-server //start adb server
Restart eclipse, but still the same error. Help solve the problem.
source share