You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
【背景】
3月底的时候,用windows电脑用了MAA,解放双手的感觉很好。因为一些原因,身边只有一台老MAC,折腾了比较久,分享给和我一样的菜鸟,减少走弯路。
【过程】
首先,maa.plus中,提到了MAC(intel)下模拟器的支持。但是这些模拟器要么没有mac版,要么下载后无法运行。所以使用了mumu模拟器。结果MAA在MAC(intel)+mumu模拟器这个组合下,一直提醒“Uuid command failed to exec”,导致很长一段时间只能使用mumu模拟器自带的录屏。包括在Github中的Issues模块,有人提到一样的问题,不过没有找到解决方案。
主要是我实在懒,加上亲眼见到B站有人成功使用过,我认为不是这几个工具的问题,等不及UP主答复,所以折腾了一天。
【结论】
1、准备好MAC(intel)、MAA(保持最新版本呢)、MuMu模拟器,并且打开
2、进入命令行/终端
2.1 执行adb kill-server && adb server
2.2 执行 adb devices
--->这时候应该能看到“emulator-5554 device”
3、进入MAA,点击设置,链接地址改成“emulator-5554”
4、点击开始
到这里应该就成功了。
总结下,经历了:
1、怀疑模拟器
2、怀疑链接地址
3、尝试mac虚拟机(我没成功过,mumu模拟器也明确不支持在虚拟机下运行)
4、不清楚“emulator-5554”就是链接地址,以为必须是端口(其实常见问题中,已经提到了“纯数字的默认端口可以直接使用 127.0.0.1:[port] 来连接,雷电模拟器进行了封装,也可以使用 emulator-5554 进行连接。“)
最后,再次感谢MAA团队的付出,笔芯
Beta Was this translation helpful? Give feedback.
All reactions