Skip to content

Instantly share code, notes, and snippets.

@edwardsmoses
Last active December 7, 2023 05:57
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 3 You must be signed in to fork a gist
  • Save edwardsmoses/b055e018da53b2fe7aa63bc63316cad0 to your computer and use it in GitHub Desktop.
Save edwardsmoses/b055e018da53b2fe7aa63bc63316cad0 to your computer and use it in GitHub Desktop.
Find Nox Listening Port in Windows CMD for adb devices connect.
for /f "tokens=2" %a in ('tasklist ^|findstr Nox.') do netstat -aon | findstr %a
---Link For Connecting Nox to Adb---
https://www.bignox.com/blog/how-to-connect-android-studio-with-nox-app-player-for-android-development-and-debug/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment