Skip to content

Instantly share code, notes, and snippets.

@suzuke
Forked from edwardsmoses/FindNoxListeningPort.txt
Created August 15, 2022 03:16
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save suzuke/6fca122fb87c1c86d9fea5983b99f720 to your computer and use it in GitHub Desktop.
Save suzuke/6fca122fb87c1c86d9fea5983b99f720 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