我将MSVS2015Pro
与C#/Xamarin/Genymotion
一起使用。
我已经配置了AVD
Genymotion
。
我可以成功开始。
然后,当此AVD
正在运行时,我尝试在其上部署Hello World
应用程序,但我收到以下错误:
1>C:\Program Files (x86)\Android\android-sdk\platform-tools\adb.exe -s 192.168.120.101:5555 devices
1>error: could not install *smartsocket* listener: cannot bind to 127.0.0.1:5037: Only one usage of each socket address (protocol/network address/port) is normally permitted. (10048)
1>could not read ok from ADB Server
1>* failed to start daemon *
1>error: cannot connect to daemon
1>List of devices attached
1>adb server version (32) doesn't match this client (36); killing...
1>
1>Selected device is not running.
1>Build FAILED.
1>
========== Deploy: 0 succeeded, 1 failed, 0 skipped ==========
关于如何解决这个问题的任何想法?