mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-26 04:35:52 +03:00
[GH-ISSUE #74] Emulator crashes / reboots when opening settings app #60
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#60
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 @Kignuf on GitHub (Apr 9, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/74
Operating System:
Ubuntu 16.04
Docker Image:
butomo1989/docker-android-x86-7.1.1
Docker Version:
Docker version 18.03.0-ce, build 0520e24
Docker-compose version (Only if you use it):
docker-compose version 1.20.1, build 5d8c71b
Docker Command to start docker-android:
I'm running following docker-compose file
Steps to reproduce
Expected Behavior
Settings app opens
Android emulator does not crash / reboot
Actual Behavior
Android emulator crashes and restarts.
See logs below
@chickenbeef commented on GitHub (Apr 16, 2018):
Noticing the same here, using the butomo1989/docker-android-x86-7.1.1 image on Ubuntu 16.04.
I cannot launch some of our test apps as well, the emulator just restarts when attempting to launch the app.
Switched back to the butomo1989/docker-android-x86-7.0 image and it's stable.
@Kignuf commented on GitHub (Apr 19, 2018):
Thanks @chickenbeef it does work on 7.0 emulators
@red-avtovo commented on GitHub (Jun 29, 2018):
The other solution - is to open
Settingsfrom Notification center in top right corner by tapping gear button@chickenbeef commented on GitHub (Jun 29, 2018):
@red-avtovo I think you mean workaround :)
@red-avtovo commented on GitHub (Jul 6, 2018):
This issue is related to
x86_64images, which are not that stable as it should be.Here is an explanation of the issue:
https://github.com/butomo1989/docker-android/issues/82#issuecomment-402542754
Try to wait for the next release and use fresh
x86images, which would havex86images inside of it@budtmo commented on GitHub (Jul 6, 2018):
Hi @Kignuf @chickenbeef @red-avtovo ,
could you guys try it again with the new image? I just released the new version yesterday and checked that there is no issue with settings anymore.
@red-avtovo commented on GitHub (Jul 6, 2018):
@butomo1989 I'm checking 7.1.1 right now. Didn't find Android 8.0, 8.1 though
@budtmo commented on GitHub (Jul 6, 2018):
@red-avtovo you should be able to find those (butomo1989/docker-android-x86-8.0 and butomo1989/docker-android-x86-8.1). some people also already pulled that images as well.
@red-avtovo commented on GitHub (Jul 6, 2018):
7.1.1 works like a charm
@red-avtovo commented on GitHub (Jul 6, 2018):
Checked 8.0 works as well
There is only 2 problems, which I encountered:
portspecification and listens to 4723 all the time (Most likely Appium issue)@budtmo commented on GitHub (Jul 6, 2018):
Thank you @red-avtovo. hmm.. Regarding USB debugging I think there is issue with Emulator. we can create a separate ticket. I will close this ticket then because I want to clean the open issues a little bit. :b