Notice
Recent Posts
Recent Comments
«   2025/04   »
1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30
Tags
more
Archives
Today
Total
관리 메뉴

INSPECT

[Genymotion] adb 에러 본문

Android

[Genymotion] adb 에러

INSPECT 2017. 3. 8. 00:04

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