[Android] Can't bind to local 8600 for debugger
프로그래밍/모르는것들!!2015. 3. 9. 14:56
에러 Can't bind to local 8600 for debugger
원인
이클립스를 두개 이상 사용 시 같은 포트를 사용하기 때문에 충돌하는듯.
해결
Preferences - Android - DDMS - Base local debbeger port 8600 -> 다른숫자로 수정(ex: 8601, 8602 등..)
'프로그래밍 > 모르는것들!!' 카테고리의 다른 글
[Error/Eclipse] GC overhead limit exceeded (0) | 2015.07.23 |
---|---|
[Android] INSTALL_FAILED_VERSION_DOWNGRADE (0) | 2015.03.11 |
[Xcode] Xcode 소켓서버 스트림 하는데 버튼 눌렀을 때 안가졌던 경우! (0) | 2015.03.03 |
[Xcode] json unexpected character at position 0 ( Xcode -> Java Socket Server ) (0) | 2015.03.03 |
[Android] jsonparser 를 찾을 수 없을때!(json 형식의 string 값을 json 형식으로 바꾸는 방법) (0) | 2015.03.02 |