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 模拟器快照错误
基础教程推荐
- 无法使用修饰符“public final"访问 java.util.Ha 2022-01-01
- FirebaseListAdapter 不推送聊天应用程序的单个项目 - Firebase-Ui 3.1 2022-01-01
- 降序排序:Java Map 2022-01-01
- 如何使用 Java 创建 X509 证书? 2022-01-01
- Java Keytool 导入证书后出错,"keytool error: java.io.FileNotFoundException &拒绝访问" 2022-01-01
- 设置 bean 时出现 Nullpointerexception 2022-01-01
- Java:带有char数组的println给出乱码 2022-01-01
- 减少 JVM 暂停时间 >1 秒使用 UseConcMarkSweepGC 2022-01-01
- “未找到匹配项"使用 matcher 的 group 方法时 2022-01-01
- 在 Libgdx 中处理屏幕的正确方法 2022-01-01