Skip to content

Instantly share code, notes, and snippets.

@takase1121
Last active December 24, 2018 13:33
Show Gist options
  • Save takase1121/17cd1a40d5c5a99eb516c2db13e44538 to your computer and use it in GitHub Desktop.
Save takase1121/17cd1a40d5c5a99eb516c2db13e44538 to your computer and use it in GitHub Desktop.
Use adb functions with Nox Player

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.

I don't have adb yet! Should I download it now?

You don't need to. You can find adb in Nox Player's installation directory. I used nox_adb.exe though.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment