android - Genymotion 2.8.1 issues with ADB -


i'm using genymotion 2.8.1 , android studio 2.3.1 , os osx 10.12.3. have android sdk setup in ~/library/android/sdk. i've pointed genymotion same , android studio local.properties same.

but when start genymotion device , try run adb error saying socket "5037" in use. when run ps -ef | grep adb following

  505  2532     1   0  2:08pm ??         0:00.70 adb -l tcp:5037 fork-server server --reply-fd 5 

so i'm assuming process started genymotion when trying connect device. when run adb devices same path (i checked path adb process running using activity monitor) throws error

list of devices attached * daemon not running. starting @ tcp:5037 * error: not install *smartsocket* listener: address in use adb server didn't ack * failed start daemon * error: cannot connect daemon 

so can clarify happening here ? issue version of genymotion , should try downgrading ?

so after lot of mix , match found out issue latest adb version. download older version of platform tools mac - platform-tools_r25.0.3

then goto sdk folder , replace platform-tools extracted platform-tools above mentioned package. hope helps others facing same issue


Comments

Popular posts from this blog

'hasOwnProperty' in javascript -

python - ValueError: No axis named 1 for object type <class 'pandas.core.series.Series'> -

java - How to provide dependency injections in Eclipse RCP 3.x? -