Getting Google Play to Run On Windows 11

KIMTechs

Banned
I need a little help. I am currently trying to get Google Play to run on windows 11. By using this step by step guide here.


All was going well until I got to the step where I am trying to remote connect using the command prompt with admin rights.


C:\WINDOWS\system32>cd c:\Adbkit

c:\ADBKit>adb.exe connect 127.0.0.1:58526

I get the following error. I have tried disabling my firewalls and still, I cannot make a connection. I even set up a manual connection in the firewall commands. No joy!

Everything else went without issue. until I got to this point. If out can help me please let me know how to get around this problem.
cannot connect to 127.0.0.1:58526: No connection could be made because the target machine actively refused it. (10061)
 
If I restart the computer I get this...

c:\ADBKit>adb.exe connect 127.0.0.1:58526
* daemon not running; starting now at tcp:5037
* daemon started successfully
cannot connect to 127.0.0.1:58526: No connection could be made because the target machine actively refused it. (10061)
 
Is that IP address static as in ADB is always 127.0.0.1?

You could try ADB.exe connect <your device IP>:58526

I didn't read the guide but if you are connecting to ADB then I guess it would be the opposite, make sure ADB is that 127 IP, maybe trying pinging it and see what it returns.
 
Is that IP address static as in ADB is always 127.0.0.1?

You could try ADB.exe connect <your device IP>:58526

I didn't read the guide but if you are connecting to ADB then I guess it would be the opposite, make sure ADB is that 127 IP, maybe trying pinging it and see what it returns.

Ahh ok, thanks I will give it a try.
 
Back
Top