Home > Software engineering >  What is the most low cost way to run multiple Android emulators on the cloud?
What is the most low cost way to run multiple Android emulators on the cloud?

Time:05-05

I just need to run messaging apps on each emulator (no games or videos), but I need to run about 20-30 emulators at the same time. So I'm looking for a low cost solution to do this. What hosting service and android emulator would be best for this?

Note: Apps that allow you to have the same app multiple times on one device is not a solution because I need 2 different apps to interact with eachother so I can't have duplicates of the same app on the same "device". Thanks in advance!

CodePudding user response:

hii i don't understand your purpose of running 30 android emulator at same time but you can use online free emulator website to test your app online.

you can open 20 tabs and hence get 20 emulators for free without any cost!

website - https://www.apkonline.net/free-android-online-emulator/run-android-online-emulator

there will be some other websites too

another solution is to run an android emulator like NOX emulator for windows on your local machine and create 10 emulator "NOX is very optimized for multiple emulators" I am sure you couldn't do more than 10 at the same time as it will be very CPU/RAM process-intensive if you can arrange multiple machines like a laptop or friends laptop than you can manage it

CodePudding user response:

I have recently explored options in the market to run android emulators in the cloud. I came across anbox (https://anbox.io/). This service allows for interested parties to run android emulators in a Linux environment.

Not sure if this helps, but may be something worth your while to look into.

  • Related