Closed GoogleCodeExporter closed 9 years ago
you most likely configured your AVD in a way that's not compatible with
droidbox' system image. this seems to be the case when you try to use the Intel
Atom CPU for example.
here's a config that works with DroidBox411RC:
$ cat config.ini
avd.ini.encoding=ISO-8859-1
abi.type=armeabi-v7a
disk.dataPartition.size=200M
hw.accelerometer=yes
hw.audioInput=yes
hw.battery=yes
hw.camera.back=none
hw.camera.front=none
hw.cpu.arch=arm
hw.cpu.model=cortex-a8
hw.dPad=no
hw.device.hash2=MD5:6930e145748b87e87d3f40cabd140a41
hw.device.manufacturer=Google
hw.device.name=Nexus 4
hw.gps=yes
hw.keyboard=yes
hw.lcd.density=320
hw.mainKeys=no
hw.ramSize=1907
hw.sdCard=no
hw.sensors.orientation=yes
hw.sensors.proximity=yes
hw.trackBall=no
image.sysdir.1=system-images/android-16/default/armeabi-v7a/
skin.dynamic=yes
skin.name=768x1280
skin.path=768x1280
tag.display=Default
tag.id=default
vm.heapSize=128
you can find these configs in ~/.android/avd/<name>.avd/
Original comment by tareksa...@gmail.com
on 15 May 2014 at 2:34
thanks
Original comment by calmspee...@gmail.com
on 16 May 2014 at 2:36
to run DroidBox it is very important to follow the steps described in the
section "Deploying release candidate" on the main page.
Thanks a lot to tareksaier for sharing a working config.
Original comment by spreitze...@googlemail.com
on 16 May 2014 at 8:43
Original issue reported on code.google.com by
calmspee...@gmail.com
on 14 May 2014 at 2:21