Drop-Out-Club / docker-android

Docker container used to run Android for Cycle. Fork of budtmo/docker-android
Other
1 stars 0 forks source link

Emulator doesn't start right away #2

Closed MrMcGoats closed 3 years ago

MrMcGoats commented 3 years ago

🐛 Bug Report

Operating System: Ubuntu 20.04.1 LTS

Docker Version: 19.03.8, build afacb8b7f0

Docker-compose version (Only if you use it): 19.03.8, build afacb8b7f0 (used to build image)

Docker Command to start docker-android: (started through XenumCrypto/docker-manager@23906973fe90e7921fd31ae320f210a253b9345a

Expected Behavior

Emulator starts almost immediately after starting container.

Actual Behavior

Emulator does not start until a command (only tested with a failing command) is issued to adb emu (was done through an SSH session to the container using the default (custom) shell )

MrMcGoats commented 3 years ago

I can't get this to happen again