Open cbrown17 opened 7 years ago
Hi,
images
folder is contained in the release archive.
Download the latest release (DroidBox411RC.tar.gz), unpack it and try to run it, it should work.
Thanks. I figured it out! The problem we where having was that the system image file was missing from the Droidbox_4.1.1 folders image folder so I copied the one from the system images folder into the images folder and everything worked perfectly.
Hi @cbrown17, As your problem is solve, please close this issue.
I ran : ./startemu.sh android_4.1.2_droidbox
and I received the following error about the system image: emulator: ERROR: System image file doesn't exist: images/system.img
Is this an error in the Droidbox startemu.sh script:
!/usr/bin/env bash
emulator -avd $1 -system images/system.img -ramdisk images/ramdisk.img -prop dalvik.vm.execution-mode=int:portable &