android studio 2.1.1 启动abd出错

出错 信息 :
D:\Users\Administrator>adb start-server
adb server version (32) doesn’t match this client (36); killing…
* daemon started successfully *

D:\Users\Administrator>adb nodaemon server
error: could not install smartsocket listener: cannot bind to 127.0.0.1:5037:
通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 (10048)

解决方法 : 是因为 Genymotion 的adb 与 android adb 冲突了, 只要设置genymotion 的adb路径为sdk的 adb目录就可以了

android studio 2.1.1 启动abd出错_第1张图片

你可能感兴趣的:(android遇到的错误集)