pjlantz / droidbox

Dynamic analysis of Android apps
759 stars 221 forks source link

Emulator Error when running ./startemu.sh <AVD name> #16

Open cbrown17 opened 7 years ago

cbrown17 commented 7 years ago

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 &

eclipse95 commented 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.

cbrown17 commented 7 years ago

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.

eclipse95 commented 7 years ago

Hi @cbrown17, As your problem is solve, please close this issue.