budtmo / budtmo/docker-android
Emulator hangs on loading screen
- Dominant language
- Python
- Stars
- 15.8k
- Forks
- 1.8k
- Avg merge
- 12h 13m
- Merged PRs (30d)
- 6
Description
## 🐛 Bug Report
Operating System:
Distributor ID: Ubuntu
Description: Ubuntu 18.04.2 LTS
Release: 18.04
Codename: bionic
Docker Image:
budtmo/docker-android-x86-9.0
Docker Version:
Docker version 18.09.5, build e8ff056
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 4723:4723 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S10" -e APPIUM=true -e CONNECT_TO_GRID=true -e APPIUM_HOST="xxx.xxx.xxx.xx" -e APPIUM_PORT=4723 -e SELENIUM_HOST="xxx.xxx.xxx.xx" -e SELENIUM_PORT=4444 -e MOBILE_WEB_TEST=true -e RELAXED_SECURITY=true --name android-container budtmo/docker-android-x86-9.0
## Expected Behavior
Emulator loads properly and device home page is displayed
## Actual Behavior
Emulator is stuck on Google loading screen
## Logs
martinc@ubuntu:~/bin$ docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.log
- Check "Android Emulator" checkbox
- Click "OK"
emulator: No acpi ini file provided, using default
emulator: onGuestSendCommand: [0x8ef2800] Adb connected, start proxing data
emulator: _hwFingerprint_connect: connect finger print listen is called
emulator: got message from guest system fingerprint HAL

Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.