I am a newbie and want to learn android. However, I face difficulties during installation of android studio.
I have installed android studio correctly but when I wan
I solve the problem.Open cmd and input netstat -aon|findstr 5037 .if there is a process uses the port.You should kill it.You can get the pid and find the process in Task Manager.
netstat -aon|findstr 5037