Android in Docker without QEMU/emulator
21–30 of 72 posts
Re: Android in Docker without QEMU/emulator
#22For development work I use the default Android emulator that comes with Android Studio. Are any of these ones superior in terms of performance, resource utilization, etc? The cloud angle is mildly interesting although in my specific use-case I'd probably just end up paying for a service that can provide access to emulators in the cloud. Is there more scope to do things like automating inputs etc this way? How would o…
This one specifically seems to run Android in the Linux Kernel using the usual suspects of container tech. It should have next to zero performance impact so it will definitely have better performance compared to the default Android emulator considering that's using qemu, even if it's qemu-kvm. Whether it's as reliable as running a VM, is something that'll need to be tested. Personally I got an error when trying to ex…
:q!
?Re: Android in Docker without QEMU/emulator
#23This could be useful for running WhatsApp inside a vm instead of your phone for those rare instances where it is needed.
Re: Android in Docker without QEMU/emulator
#24Earlier quoted context omitted.
All Linux containers leak the host kernel no? The Anbox project relies on the exact same 2 modules: https://docs.anbox.io/userguide/install_kernel_modules.html . While these are "android-specific", they are present in the linux kernel tree, and even come pre-installed in Ubuntu 19.04 (and probably more distros).
> All Linux containers leak the host kernel no? Curious in what way?
Re: Android in Docker without QEMU/emulator
#25This could be useful for running WhatsApp inside a vm instead of your phone for those rare instances where it is needed.
Re: Android in Docker without QEMU/emulator
#26Will it work on WSL? It can be a good way to run Android on Windows.
Windows (11?) has the feature built in right?
Re: Android in Docker without QEMU/emulator
#27Re: Android in Docker without QEMU/emulator
#28 qemu=1
How is that without qemu?Re: Android in Docker without QEMU/emulator
#29This could be useful for running WhatsApp inside a vm instead of your phone for those rare instances where it is needed.
Re: Android in Docker without QEMU/emulator
#30For development work I use the default Android emulator that comes with Android Studio. Are any of these ones superior in terms of performance, resource utilization, etc? The cloud angle is mildly interesting although in my specific use-case I'd probably just end up paying for a service that can provide access to emulators in the cloud. Is there more scope to do things like automating inputs etc this way? How would o…
> Is there more scope to do things like automating inputs etc this way? How would one go about that? adb or UIAutomator