Android 模拟器快照错误

2022-01-15 00:00:00 android android-emulator eclipse

在 eclipse 3.7.0 中启动我的应用程序时,我收到一个错误...

When launching my application in eclipse 3.7.0 I receive an error...

Emulator] 模拟器:错误:无法从快照加载虚拟机.已为不同的硬件配置保存快照.

Emulator] emulator: ERROR: Unable to load Vm from snapshot. The snapshot has been saved for a different hardware configuration.

我已多次运行此应用程序而没有出现错误,但现在显示此错误.我检查了我的 AVD 管理器,我的平台和 API 级别是正确的.

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.

推荐答案

解决的问题:

  1. 进行项目并选择清理
  2. 转到 Window>AVD Manager>删除并创建一个新的 AVD
  3. 重新启动应用程序,模拟器需要几分钟才能加载.

相关文章