views:

576

answers:

1

I am new comer to Android development. Installed fresh Eclipse (Ganymede), Android android-sdk-linux_86. Tried HelloWorld program.

Compiles OK.

An AVD "my1" created for API level 7.

The Emulator does not start, giving an error: [2010-03-11 16:49:49 - Emulator] NAND: could not write file /hd2/android-sdk-linux_86/add-ons/google_apis-7_r01/images//system.img, File exists

Perplexed. Help requested.

+1  A: 

Try to check the free space on your hard drive

Surprisingly, that solved the problem for me
Mike