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
You must be logged in to post a comment.