android - 为什么Android模拟器屏幕是空白的?

标签 android android-studio android-emulator haxm

我最近使用 sdks 管理器安装了 Android Studio 及其所有更新。当我尝试启动模拟器时,我可以看到:

emulator -netdelay none -netspeed full -avd Nexus_5_API_21_x86

HAX 正在运行并且模拟器以快速 virt 模式运行

看起来不错。模拟器启动,但我唯一能看到的是黑屏。 我使用应用程序创建的默认 AVD。它具有 google api 的 x86 系统镜像、1gb ram、64mb vm 堆和 200mb intel 存储。 我尝试取消选中“使用主机 GPU”,但没有解决问题。

最佳答案

我最近在模拟器 Nexus 5 (Android O) 中遇到了同样的问题。我已转到 Android Virtual Device Manager 并删除用户数据,它解决了我的问题。

enter image description here

关于android - 为什么Android模拟器屏幕是空白的?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/27864774/

相关文章:

android-studio - 如何在Android Studio 2中创建API 19应用

Android Studio 错误 "Installation failed due to: ' 连接被拒绝 : connect'"

android - 为什么 marginBottom 不起作用?

android - 移除 Action Bar Android

android - Google Play 计费 API : How to understand the user is subscribed?

android - 从源代码构建 Android - 模拟器和 AVD

android - 使用自定义图像在 Google Android 模拟器中运行 Xposed

android - 将用于拼写检查的自定义字典添加到 Android Studio

java - android webview youtube 嵌入视频自动播放不工作

android - 如何在没有 dralogfragment 实例的情况下显示来自适配器的 dialogfragment?