error in launching the emulator and android device -
hi new app developer, when trying run app following occured...
[2011-02-24 09:33:35 - firstimage] android launch! [2011-02-24 09:33:35 - firstimage] connection adb down, , severe error has occured. [2011-02-24 09:33:35 - firstimage] must restart adb , eclipse. [2011-02-24 09:33:35 - firstimage] please ensure adb correctly located @ 'c:\android-sdk-windows\tools\adb.exe' , can executed.
the adb located in "c:\android-sdk-windows\tools\
"
i tried "adb start-server" in run command no use, there way solve issue.
try killing android debug bridge (adb) running command adb kill-server
, adb start-server
on command prompt.
also ensure if have updated sdk path of adb may android-sdk-windows\platform-tools
in new sdk. try copying file in android-sdk-windows\tools
directory.
Comments
Post a Comment