I use Jenkins to build one of my projects. The Android Emulator Plugin automatically starts an emulator with the following configuration:
In addition to Christopher Orr's answer, there is another possible cause. In my environment, emulator -snapshot-list
listed the size of my snapshot as "1.0G". The pattern that matches snapshots in the Android Emulator Plugin as of 2014-01-14 matches whole number megabyte values.
I submitted a pull request to address that cause.