

for /f "tokens=2" %a in ('tasklist ^|findstr nox.') do netstat -aon | findstr %a Maybe someone will have similar problem with connect to nox emulator. emulator working fine with react-native project, application has installed correctly. So finally i can to connect to nox emulator without any problem, with command "adb connect 127.0.0.1:62025". so i checked one by one and i have found the correct port ( 62025) for connecting to device In noxvmhandle.exe i had about seven ports that is listening. In noxvmsvc.exe none port is listening (empty list) In nox.exe none port is correct, every time 'cannot connect.' Then i checked every process with command " netstat -aon | findstr pid" (pid is process id, which you will got after typed command " tasklist") (i had running nox emulator while doing this steps) In next step i checked all running application with command " tasklist" to find nox running tasks and their pid. in result none application has listening on this port.

i couldn't find any information about to how change nox player ip/port or where to get my nox player ip/port (on every site was the same information - nox connect with 127.0.0.1:62001), so i came up with an idea to check listening ports on my computer.Īt first i was type in command line " netstat -aon | find '62001'" to find application, that listening on port 62001.
#Noxplayer cant establish a connection android
I was trying to reinstall whole android studio with sdk tools, nox player, clear cache of this apps and results was the same, can't connect to device. Okay, after couple hours i've got the cause of the problem.
