Skip to content

Instantly share code, notes, and snippets.

@raymelon
Last active November 7, 2020 20:58
Show Gist options
  • Select an option

  • Save raymelon/88bd7bee927c3f224397f94f79e6d721 to your computer and use it in GitHub Desktop.

Select an option

Save raymelon/88bd7bee927c3f224397f94f79e6d721 to your computer and use it in GitHub Desktop.
adb-to-bluestacks
# adb-to-bluestacks
# if device is not found in Android Studio
./adb connect localhost:61031
# if device cannot connect to adb
./adb reverse tcp:8081 tcp:8081
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment