mirror of
https://github.com/budtmo/docker-android.git
synced 2026-04-25 12:15:52 +03:00
[GH-ISSUE #175] statvfs('/root/android_emulator/snapshots/default_boot/ram.img') failed: No such file or directory #124
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/docker-android#124
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 @lbbniu on GitHub (Jul 11, 2019).
Original GitHub issue: https://github.com/budtmo/docker-android/issues/175
💬 Questions and Help
Please make sure that it is an issue / a feature request. If it is a question / help wanted, please visit our group chat. Thank you!
statvfs('/root/android_emulator/snapshots/default_boot/ram.img') failed: No such file or directory
@joshuabergeron commented on GitHub (Jul 12, 2019):
I have also been seeing this error but don't really understand why, or what impact it has on the emulator session. It is definitely strange because the file exists and it is world readable.
@felipeloha commented on GitHub (Nov 13, 2019):
+1
@svillegasc commented on GitHub (Nov 22, 2019):
Hi, I have the same problem.
I don't know what have that I do. Inside the container in rute /root/android_emulator/snapshots/default_boot/ there is one file, ram.img.dirty.
Please help me.
@nucklehead commented on GitHub (Dec 22, 2019):
I am seeing that error but only when i am not running with
--privileged. Can you make sure you have that flag when running the docker command.@reply2future commented on GitHub (Apr 11, 2020):
not work for me.
I use
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S10" --name android-container budtmo/docker-android-x86-9.0or
docker run --privileged -d -p 6080:6080 -p 5554:5554 -p 5555:5555 -e DEVICE="Samsung Galaxy S6" --name android-container budtmo/docker-android-x86-8.1@reply2future commented on GitHub (Apr 15, 2020):
It's actually about BIOS virtualization settings.And I enable this settings to resolve the problem.