Android 模拟器快照错误
在 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.
推荐答案
解决的问题:
- 进行项目并选择清理
- 转到 Window>AVD Manager>删除并创建一个新的 AVD
- 重新启动应用程序,模拟器需要几分钟才能加载.
相关文章