Skip to content

Instantly share code, notes, and snippets.

@CreatiCoding
Last active August 26, 2021 08:10
Show Gist options
  • Select an option

  • Save CreatiCoding/e5595a6462fef493d38adeb616c208d6 to your computer and use it in GitHub Desktop.

Select an option

Save CreatiCoding/e5595a6462fef493d38adeb616c208d6 to your computer and use it in GitHub Desktop.
Connect NOX and Android Studio in Mac OS

Connect NOX and Android Studio in Mac OS

cd ~/Library/Android/sdk/platform-tools

or

export PATH=~/Library/Android/sdk/tools:$PATH
export PATH=~/Library/Android/sdk/platform-tools:$PATH 

then

adb connect 127.0.0.1:62001
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment