Why is the Android emulator screen blank?(为什么安卓模拟器屏幕是空白的?)
问题描述
我最近使用 sdks 管理器安装了 Android Studio 及其所有更新.当我尝试启动模拟器时,我可以看到:
I have recently installed Android Studio and all its updates using sdks manager. When I try to start the emulator i can see this:
模拟器 -netdelay none -netspeed full -avd Nexus_5_API_21_x86
emulator -netdelay none -netspeed full -avd Nexus_5_API_21_x86
HAX 正在工作,模拟器在快速 virt 模式下运行
HAX is working and emulator runs in fast virt mode
看起来不错.模拟器启动,但我只能看到黑屏.我使用应用程序创建的默认 AVD.它有 google api 的 x86 系统映像、1gb ram、64mb vm heap 和 200mb intel 存储.我试图取消选中使用主机 GPU".但它并没有解决问题.
It seems good. The emulator start but only thing i can see is a black screen. I use the default AVD created by the app. It has google api's x86 system image, 1gb ram, 64mb vm heap and 200mb intel storage. I tried to uncheck "Use Host GPU" but it did not solve the problem.
推荐答案
我最近在模拟器 Nexus 5 (Android O) 中遇到了同样的问题.我已经转到 Android Virtual Device Manager 并擦除用户数据,它解决了我的问题.
I have recently the same issue in emulator, Nexus 5 (Android O). I have go to Android Virtual Device Manager and Wipe User Data and it solved my Problem.
这篇关于为什么安卓模拟器屏幕是空白的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!
本文标题为:为什么安卓模拟器屏幕是空白的?
基础教程推荐
- iPhone - 获取给定地点/时区的当前日期和时间并将其与同一地点的另一个日期/时间进行比较的正确方法 2022-01-01
- AdMob 广告未在模拟器中显示 2022-01-01
- Android:getLastKnownLocation(LocationManager.NETWORK_PROVIDER 2022-01-01
- 通过重定向链接在 Google Play 中打开应用 2022-01-01
- navigator.geolocation.getCurrentPosition 在 Android 浏览器上 2022-01-01
- Cocos2d iPhone 非矩形精灵触摸检测 2022-01-01
- libGDX 从精灵或纹理中获取像素颜色 2022-01-01
- iOS4 创建后台定时器 2022-01-01
- 如何从 logcat 中删除旧数据? 2022-01-01
- NSString intValue 不能用于检索电话号码 2022-01-01
