If you ever need to use adb with Nox Player, you would probably just do adb devices and realize Nox Player's VM is not there.
Here is a really simple command you need to do to use ADB on a Nox Player's VM.
adb connect 127.0.0.1:62001
Thats it. Do that and you'll find the VM when doing adb devices.
You don't need to. You can find
adbin Nox Player's installation directory. I usednox_adb.exethough.
Gracias, me sirvio.