Hacker News new | ask | show | jobs
by dingdongding 2207 days ago
Have you thought about streaming emulators from the cloud? I know it sounds crazy but if we can stream games, why not android emulator?
2 comments

Thanks for the interest! We've been exploring this in limited ways; for example, https://github.com/google/android-emulator-container-scripts contains a set of Python/Docker/JS scripts for setting up WebRTC streaming of emulators remotely. More to come soon.
We’re doing just that at https://testingbot.com : stream android emulators and even physical devices. You can control these through your own browser.
I'm very interested in this. I usually run into crashes in production on specific devices that I don't own. It would be nice to be able to reproduce them on a virtual device. FYI, the site is not loading atm.