Could not open Selected VM debug port (8700) - 해결[Solved]
반응형
Android – Could not open Selected VM debug port 8700
I found this : http://stackoverflow.com/questions/4045645/eclipse-android-could-not-open-selected-vm-debug-port-8700
Solution:
the window Host file that is messed up:
the file is at this place :
C:\WINDOWS\system32\drivers\etc
And should contain this line : 127.0.0.1 localhost
if it doesn't work then try the following as well: make the following changes in Eclipse.
Under Window -> Preferences -> Android -> DDMS:
* Set Base local debugger port to "8601"
* Check the box that says "Use ADBHOST" and the value should be "127.0.0.1"
반응형
'IT > Android[안드로이드]' 카테고리의 다른 글
Ubuntu client Android 빌드 환경 구현 (1) | 2014.08.08 |
---|---|
Ubuntu 12.04/12.10 Server Android Full 빌드 환경 만들기 (0) | 2014.05.04 |
GMT 시간 출력 (0) | 2012.11.29 |
Eclipse에서 AIDL 참조 에러 혹은 AIDL에서 Class 찾지 못하는 경우. (0) | 2012.03.23 |
Eclipse에 Phone 연결시 에러 "EventLogTags" 찾지 못하는 경우 (0) | 2012.03.23 |