android - 模拟器无法在 Android 中打开

标签 android android-emulator

当我在模拟器上运行我的应用程序时,它无法打开并给出以下错误。

[2011-01-08 16:16:56 - AudApp] ------------------------------
[2011-01-08 16:16:56 - AudApp] Android Launch!
[2011-01-08 16:16:56 - AudApp] adb is running normally.
[2011-01-08 16:16:56 - AudApp] Performing com.a1technology.AppingActivity activity launch
[2011-01-08 16:17:00 - AudApp] Launching a new emulator with Virtual Device 'avd_2.3'
[2011-01-08 16:17:00 - Emulator] emulator: ERROR: the user data image is used by another emulator. aborting

最佳答案

在:yourusername.android\avd\youremulatorname\

文件夹:

cache.img.locksdcard.img.lockuserdata-qemu.img.lock

在模拟器启动时创建,在关闭时应删除。如果导出由于某种原因不干净,那么它们不会被删除。手动删除它们应该可以解决您的问题。

关于android - 模拟器无法在 Android 中打开,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4633517/

相关文章:

android - 云矿java.lang.NoClassDefFoundError : Failed resolution of: Lorg/slf4j/LoggerFactory;

android - 需要一个 ViewModel Provider Factory

Android Studio Emulator E/AudioFlinger 错误信息

单独窗口中的 Android Studio 模拟器

android - 如何将库添加到 Android-Emulator 的 lib 文件夹

android - RecyclerView 使用一些按钮处理点击

android - 在 CoordinatorLayout 中平移谷歌地图导致 recyclerview 在 android 设计支持库 23.0.1 中滚动

java - 如何在Android Studio中使用OpenCV检测和计数随机大小的白色物体

android - 如何将 Bango SDK 添加到我的 android 项目中?

android - 如何在没有 Eclipse 的情况下在 Windows 上浏览 android 模拟器 SD?