mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #62] emulator can not go healthy #49
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#49
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @mehrdad-abdoli on GitHub (Feb 4, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/62
when I docker-compose the emulators the status stayed in unhealthy and here is the log:
[46] [ INFO] app - Device: Nexus 5
[46] [ INFO] app - AVD name: nexus_5_7.1.1
[46] [ INFO] app - Preparing emulator...
[46] [ INFO] app - Command to create avd: avdmanager create avd -f -n nexus_5_7.1.1 -b google_apis/x86_64 -c /root/src/sdcard.img -k "system-images;android-25;google_apis;x86_64" -d Nexus\ 5 -p /root/android_emulator
[46] [ INFO] app - Skin was added in config.ini
[46] [ INFO] app - Run emulator...
[46] [ INFO] app - Run appium server...
[46] [ INFO] app - Connect to selenium grid? True
[46] [ INFO] app - Appium node config: {'configuration': {'register': True, 'unregisterIfStillDownAfter': 120000, 'registerCycle': 5000, 'maxSession': 6, 'host': '172.18.0.12', 'proxy': 'org.openqa.grid.selenium.proxy.DefaultRemoteProxy', 'cleanUpCycle': 2000, 'hubPort': 4444, 'url': 'http://172.18.0.12:4723/wd/hub', 'hubHost': 'selenium_hub', 'timeout': 30000, 'port': 4723}, 'capabilities': [{'deviceName': 'nexus_5_7.1.1', 'browserName': 'chrome', 'version': '7.1.1', 'platform': 'Android', 'platformName': 'Android', 'maxInstances': 1}]}
emulator: ERROR: detected a hanging thread 'Qt event loop'. No response for 15000 ms
@budtmo commented on GitHub (Feb 5, 2018):
it works fine on my laptop. does the error still appear if you rerun it? @mehrdad-abdoli
@budtmo commented on GitHub (Feb 6, 2018):
link to #35