티스토리 뷰
반응형
[ddms] Can't bind to local 8600 for debugger
와 같은 메세지를 출력할 때, opensourcehacker.com에 따르면(링크):
- Close Eclipse
- Disconnect USB cable
- Kill all adb instances on the task manager of your computer
- Start Eclipse
- Connect USB cable
- Launch the application
이렇게 하라고 하는데, 저게 안되면 8600으로 되어있는 로컬 디버거 포트를 8601로 바꿔주면 간단히 해결된다고.
Preferences - Android - DDMS - Base local debugger port: 8600 to 8601
반응형
'Android' 카테고리의 다른 글
댓글