INSPECT
[Genymotion] adb 에러 본문
adb server version (32) doesn't match this client (36); killing...
error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037:
콜/네트워크 주소/포트)는 하나만 사용할 수 있습니다. (10048)
could not read ok from ADB Server
* failed to start daemon *
error: cannot connect to daemon
지니모션 실행 후 위와 같이 adb shell 등의 명령이 먹히지 않을때 지니모션을 삭제하고 재설치해도 같은 오류가 발생한다.
http://stackoverflow.com/questions/38214012/appium-adb-server-version-31-doesnt-match-this-client-36
결국 찾은 해결법
위와 같이 지니모션 세팅에서 Android SDK tools 폴더를 수동으로 설정한다.
폴더는 안드로이드 스튜디오 SDK폴더와 같게 해주면 된다.
설정 후 혹시 모르니 adb 서버를 껏다가 킨다.
adb kill-server
adb start-server
설정을 완료하면 오류 없이 잘된다.
'Android' 카테고리의 다른 글
[apktool] 디컴파일 오류 (0) | 2017.03.10 |
---|---|
[드래그앤드롭 설치]구글 플레이스토어 설치문제 (0) | 2017.03.08 |
Comments