Last active
November 7, 2020 20:58
-
-
Save raymelon/88bd7bee927c3f224397f94f79e6d721 to your computer and use it in GitHub Desktop.
adb-to-bluestacks
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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