marad9016100

Results 8 comments of marad9016100

Hi @butomo1989 , thank you for very quick replay. Just run image docker-android-x86-9.0, pass parameter -e EMULATOR_ARGS="-camera-back virtualscene" e.g. docker run --privileged -itd -p 6080:6080 -e APPIUM=false -e AUTO_RECORD=false -e...

I was able to workaround this issue by sending keys directly from terminal e.g xdotool key --clearmodifiers Alt+a

Hi @butomo1989 unfortunately my workaround is not working well. I am able to move inside virtual scene using commands passed via terminal but it requires killing command during passing. Then...

Hi all, any update on this issue? Maybe emulator should be incorporated by default SDK packages instead of being downloaded from the Internet? I tried to install "system-images;android-${API_LEVEL};google_apis_playstore;x86" "system-images;android-${API_LEVEL};google_apis_playstore;x86_64" "extras;google;google_play_services"...

Hi All, I believe I've found the solution, still have to test it. When I'll be sure about solution I can create the PR. 1) Do not use applinker, delete...

I did not managed to automate the solution. For now the workaround is to to build modified image locally. For SDK 8.0 worakoround is: 1) Modify dockerfile - copy source...

I managed to build modified image basing on https://github.com/budtmo/docker-android/blob/master/docker/Emulator_x86 still it uses Android 5.0.1. I have created image for Android 8.0, still it does not run stable - sometimes my...

Unfortunately my modifications do not result in creating the same image. There are other issues that do not reproduce on original image. Basically to get playstore all that have to...