요즘 geneymotion을 쓰다보니까... 아래와 같은 메시지가 자주 나온다.
The connection to adb is down, and a severe error has occured.
You must restart adb and Eclipse.
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.
이것저것 검색하면 adb kill-server 하고 restart하시면 되요.. 라고 하지만
전혀.. 되지 않더라 -_-
이유가 뭘까??
내 생각에는 kill server가 제대로 되지 않아 그런 것 같다.
그래서 adb를 깔끔하게 종료하면 되지 않을까?? 싶었다
1. 작업관리자를 열어 adb.exe를 종료한다.
2. cmd창에서 adb가 있는 폴더로 이동하여 adb start-server를 실행시킨다.
그럼 제대로 동작!!
완전 쉽다!!
끝!!