mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 20:25:57 +03:00
[GH-ISSUE #15] Android crash after running some app #7
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#7
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 @Scisaga on GitHub (Jun 19, 2017).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/15
As you click app icon, the flash screen is loaded, and then android crash and back to boot screen. no log printed.
Step 1, click app icon:

Step 2, flash screen is loaded:

Step 3, android creash and back to boot screen, no log printed.

@budtmo commented on GitHub (Jun 21, 2017):
Hi @Scisaga ,
Sorry for late response and thank you for reporting this issue. could you maybe check target sdk of your app? or retry with other emulators with different android version? because I think it might be because your app do not support that version (version 7.1.1).
the log should be printed with following command:
docker exec -it android-container tail -f /var/log/supervisor/docker-android.stdout.log@budtmo commented on GitHub (Jun 28, 2017):
I'll close this issue because there is no further response. Please feel free to reopen this issue.