skip to Main Content

I need to use Mumu player emulator in android studio. I forgot how to paste mumu players adb,xe files into android studio SDK platorm. If you know about it, I would really appreciate.

2

Answers


  1. Just create a bat file in your SDK folder, which contain adb.exe with following text

    adb connect 127.0.0.1:7555
    

    create its shortcut on desktop and run it.

    Login or Signup to reply.
  2. lick File > Settings > Tools > Emulator (or Android Studio > Preferences > Tools > Emulator on macOS), then select Launch in a tool window and click OK.
    If the Emulator window didn’t automatically appear, open it by clicking View > Tool Windows > Emulator.

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search