• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Apps Problem with AVD

Hello everybody!

I'm interested in learning how to create Android apps so I recently installed Eclipse and Android SDK. I made a new AVD (2.3.3) and everything worked fine for a while but now I get the following error messages when I try to run my application (which is a simple "Hello World" program):

Code:
Emulator] NAND: nand_dev_load_disk_state, restore failed: size required (3546398242485400641) exceeds device limit (69206016)

Emulator] Unknown savevm section type 114

HelloTest] emulator-5554 disconnected! Cancelling 'ema.test.HelloTestActivity activity launch'!

I have also tried deleting the AVD from the AVD manager but it says the emulator is running and therefore unable to delete it.

These problems persists even though I've restarted my computer several times.

I'm on Ubuntu 11.04

So, I'd be very happy if someone could help me with this problem. :)
 
If the AVD manager won't let you delete the virtual device, perhaps try deleting it yourself. Your virtual devices live in ~/.android/avd. Delete the .ini file and the .avd directory.
 
Back
Top Bottom