ccarcaci / andocker

10 stars 5 forks source link

Deploying in Nested Virtualization cloud enviroment? #10

Open qwerty32123 opened 3 years ago

qwerty32123 commented 3 years ago

Hello, i just read ur article and see how u tested a lot on android docking, did u know any solution or approeach for any android docker that has like docker-android noVNC and adb support? I need to run appium tests.

Im having this issue with google cloud kvm supported ubuntu https://github.com/budtmo/docker-android/issues/281

Emulator seems not stable/not working there.

ccarcaci commented 3 years ago

Hi @GnubiBORED , have you tried to sh into the emulator Docker container to check if connectivity is working and if the Android emulator is running ok?

I know how much unstable is the Android emulation ecosystem and its integration with Docker. There is no much effort in working on a stable and community solution. For this reason this project, and the related article, is very basical and no longer supported. The idea is still to provide a starting point where to expand the capabilities of fully functional solution. Unfortunately, I don't have much time to put in this.