mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #82] Nexus 5X emulator crashes after sending app in background using back button #66
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#66
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 @JoeSSS on GitHub (Jul 3, 2018).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/82
Operating System:
Ubuntu 16.04
Docker Image:
butomo1989/docker-android-x86-7.1.1
Docker Version:
17.09.0-ce, 17.06.2-ce
Docker-compose version (Only if you use it):
1.16.1
Docker Command to start docker-android:
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Nexus 5X" --name android-container butomo1989/docker-android-x86-7.1.1
Expected Behavior
Using the back arrow on the Nexus 5X emulator shouldn't crash the emulator
Actual Behavior
Nexus 5X emulator crashes after sending app in background using back button (this works fine on Samsung S6 skin)
The crash is saying something about JNI detecting invalid UTF-8 symbols.
@JoeSSS commented on GitHub (Jul 4, 2018):
crash.log
@JoeSSS commented on GitHub (Jul 4, 2018):
This crash is going away by using x86 architecture only. Not sure why Samsung S6 skin works fine with x86_64, maybe it somehow related to this line in its profile
So in the end I didn't really understand why it works like that(x86 vs x86_64), maybe someone will have an idea, but it seems like I gonna use x86 architecture, especially that it is a recommended architecture by google.
@JoeSSS commented on GitHub (Jul 5, 2018):
if nobody has any idea why it happens I will close the issue and probably report one against Google