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 模拟器快照错误


- 如何使用WebFilter实现授权头检查 2022-01-01
- Safepoint+stats 日志,输出 JDK12 中没有 vmop 操作 2022-01-01
- 将log4j 1.2配置转换为log4j 2配置 2022-01-01
- Spring Boot连接到使用仲裁器运行的MongoDB副本集 2022-01-01
- Jersey REST 客户端:发布多部分数据 2022-01-01
- C++ 和 Java 进程之间的共享内存 2022-01-01
- value & 是什么意思?0xff 在 Java 中做什么? 2022-01-01
- Java包名称中单词分隔符的约定是什么? 2022-01-01
- Eclipse 插件更新错误日志在哪里? 2022-01-01
- 从 finally 块返回时 Java 的奇怪行为 2022-01-01