sickcodes / dock-droid

Docker Android - Run QEMU Android in a Docker! X11 Forwarding! CI/CD for Android!
https://hub.docker.com/r/sickcodes/dock-droid
GNU General Public License v3.0
1.02k stars 75 forks source link

is dock-droid support "ubuntu x86 run android arm app"? #6

Open llzz9595 opened 2 years ago

llzz9595 commented 2 years ago

I want to run dock-droid on ubuntu(x86) which is support KVM, then on dock-droid run an arm (armeabi-v7a) app. Is dock-droid support it?

sickcodes commented 2 years ago

Yes using Houdini, or use the ndk method in the readme

llzz9595 commented 2 years ago

My qemu on ubuntu run "enable-kvm" is fail, but i can run a virtual system by qeum, can i edit the Dockerfile delete "enable-kvm"?

sickcodes commented 2 years ago

Perhaps, it should work without enable-kvm but it will be very slow.