티스토리 뷰

728x90
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
Please ensure that adb is correctly located at 'C:\android-sdk-windows\tools\adb.exe' and can be executed.


위와 같은 오류 메세지가 뜬다면..

안드로이드 SDK 설치 경로가 Path에 지정되어 있다고 가정하고...

도스 콘솔상에서

adb kill-server 
adb restart  (혹은 adb devices)

※ 만약  SDK 설치 경로가 지정되어 있지 않다면..
    설치경로\android-sdk-windows\platform-tools에 adb.exe가 있므로 경로를 직접 지정해서 실행
    ex) d:\>Java\android-sdk-windows\platform-tools\adb kill-server

그래도 안된다면 최후 수단으로 윈도우 작업관리자 - 프로세스에서 실행되고 있는 adb.exe를 강제 종료