Reputation: 201
Upvotes: 18
Views: 24715
Reputation: 501
Are you using Genymotion? When using Genymotion, try setting the Genymotion config to use the same Android SDK that uses Android Studio.
Anyway, if you aren't using Genymotion, check if you are using two different SDK.
Be sure to set anything that uses Android SDK, to the same SDK path.
Upvotes: 33
Reputation: 2492
Another process is already listening to this port.
You should close him.
Follow these steps:
write the following command:
netstat -ano | findstr 5037
Then take the PID
Find it in the taskmgr and close it.
Try to install again.
Upvotes: 26