Android Error – qemu: fatal: exponent 255 too big

After upgrading to Android SDK 1.5 I created a new AVD with a 8M sdcard allocation using this command:

./android create avd --name cupcake --target 2 --sdcard 8M

When trying to run the emulator I got this error: “qemu: fatal: exponent 255 too big”

Increasing the sdcard allocation to 16M or more fixed the issue.

Leave a Reply

This site uses Akismet to reduce spam. Learn how your comment data is processed.