Android Emulator snapshot error(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
- 重新启动应用程序,模拟器需要几分钟才能加载.
这篇关于Android 模拟器快照错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:Android 模拟器快照错误
基础教程推荐
- 无法复制:“比较方法违反了它的一般约定!" 2022-01-01
- RabbitMQ:消息保持“未确认"; 2022-01-01
- 存储 20 位数字的数据类型 2022-01-01
- REST Web 服务返回 415 - 不支持的媒体类型 2022-01-01
- 如何对 Java Hashmap 中的值求和 2022-01-01
- 使用堆栈算法进行括号/括号匹配 2022-01-01
- Spring AOP错误无法懒惰地为此建议构建thisJoinPoin 2022-09-13
- Struts2 URL 无法访问 2022-01-01
- 修改 void 函数的输入参数,然后读取 2022-01-01
- 问题http://apache.org/xml/features/xinclude测试日志4j 2 2022-01-01
