【发布时间】:2022-01-19 04:02:53
【问题描述】:
我需要在 android studio 中使用 Mumu 播放器模拟器。我忘记了如何将 mumu 播放器 adb、xe 文件粘贴到 android studio SDK platorm 中。如果您知道,我将不胜感激。
【问题讨论】:
标签: java android android-studio kotlin android-emulator
我需要在 android studio 中使用 Mumu 播放器模拟器。我忘记了如何将 mumu 播放器 adb、xe 文件粘贴到 android studio SDK platorm 中。如果您知道,我将不胜感激。
【问题讨论】:
标签: java android android-studio kotlin android-emulator
只需在您的 SDK 文件夹中创建一个 bat 文件,其中包含带有以下文本的 adb.exe
adb connect 127.0.0.1:7555
在桌面上创建它的快捷方式并运行它。
【讨论】:
点击 File > Settings > Tools > Emulator(或 Android Studio > Preferences > Tools > Emulator on macOS),然后在工具窗口中选择 Launch 并单击 OK。 如果 Emulator 窗口没有自动出现,请单击 View > Tool Windows > Emulator 打开它。
【讨论】: