Android Emulator snapshot error

android, android-emulator, eclipse

Solution

resolved issue by:

- going to project and selecting Clean

- going to Window>AVD Manager>Delete and create a new AVD

- Relaunch application, emulator will take a few minutes to load.

Problem

When launching my application in eclipse 3.7.0 I receive an error... Emulator] emulator: ERROR: Unable to load Vm from snapshot. The snapshot has been saved for a different hardware configuration. I have ran this application numersous times with out error but now this error displays. I have checked my AVD Manager and my platform and API Level are correct.

Original source