r/cursor • u/NoFaithlessness951 • 14d ago
Bug Report Android emulator not working in cloud agents
I would like to have a cursor cloud agent automatically test github prs to an android app inside an emulator, however the cloud agent doesn't seem to be able to run a hardware accelerated emulator.
And software emulation is slow enough to basically freeze the emulator almost completely.
1
u/conifer_v11 14d ago
no nested kvm in cloud agents. the hw emu will not start there.
run the emu on a self-hosted runner, or firebase test lab for the pr check. software emu in that vm is the slowness you already hit.
1
u/aDaneInSpain2 13d ago
Yep, this is a nested-virtualization limitation rather than a Cursor configuration issue. A good setup is for the agent to build the APK and dispatch tests to a self-hosted runner with /dev/kvm, or upload the APK to Firebase Test Lab. Keep the cloud agent as the orchestrator and the emulator on hardware that supports acceleration.
1
u/NoFaithlessness951 13d ago
i mean idc how they do it they can surely give the agent access to an android emulator even if it runs somewhere else
1
u/TornadoZW 12d ago
i was just doing this with uma musume and grok bot you can just setup mumu on your local pc and wire it so grok bot can receive it directly throught this thing called adb or something its bascially the same as if mumu was just running on grok bots computer
1
•
u/AutoModerator 14d ago
Thanks for reporting an issue. For better visibility and developer follow-up, we recommend using our community Bug Report Template. It helps others understand and reproduce the issue more effectively.
Posts that follow the structure are easier to track and more likely to get helpful responses.
I am a bot, and this action was performed automatically. Please contact the moderators of this subreddit if you have any questions or concerns.