Skip to content

Instantly share code, notes, and snippets.

@afandiyusuf
Created September 2, 2020 14:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save afandiyusuf/8de26375fef757ec333e01d8a3a2573e to your computer and use it in GitHub Desktop.
Save afandiyusuf/8de26375fef757ec333e01d8a3a2573e to your computer and use it in GitHub Desktop.
starting adb for memu emulator
adb connect localhost:21503
@ThinhGia2012
Copy link

idk if the memu emulator use adb to control the android

@afandiyusuf
Copy link
Author

@ThinhGia2012 I forgot what it is about, if I'm not mistaken I create this gist when I want to debug an app at the memu emulator, and I found that you can connect adb into the Memu emulator by its command.
This is for reference:
https://stackoverflow.com/questions/38477795/how-to-use-adb-with-emulator-like-memu-bluestacks-nox-app-player

For note, this is 2-year-old gist, And I don't know if this command still works or not.

Cheers.

@Dinirka
Copy link

Dinirka commented May 12, 2023

hey, how use app as ladb (local adb) in memu

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment