Why is Jenkins Android Emulator Plugin recreating my Emulator Snapshots in every build?

后端 未结 2 1227
生来不讨喜
生来不讨喜 2021-02-01 07:32

I use Jenkins to build one of my projects. The Android Emulator Plugin automatically starts an emulator with the following configuration:

2条回答
  •  悲&欢浪女
    2021-02-01 07:48

    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.

提交回复
热议问题