为什么安卓模拟器屏幕是空白的?

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 -n​​etspeed 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.

这篇关于为什么安卓模拟器屏幕是空白的?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

本站部分内容来源互联网,如果有图片或者内容侵犯您的权益请联系我们删除!

相关文档推荐

How to target newer versions in .gitlab-ci.yml using auto devops (java 11 instead of 8 and Android 31 instead of 29)(如何在.gitlab-ci.yml中使用自动开发工具(Java 11而不是8,Android 31而不是29)瞄准较新的版本)
Android + coreLibraryDesugaring: which Java 11 APIs can I expect to work?(Android+core LibraryDesugering:我可以期待哪些Java 11API能够工作?)
How to render something in an if statement React Native(如何在If语句中呈现某些内容Reaction Native)
How can I sync two flatList scroll position in react native(如何在本机Reaction中同步两个平面列表滚动位置)
Using Firebase Firestore in offline only mode(在仅脱机模式下使用Firebase FiRestore)
Crash on Google Play Pre-Launch Report: java.lang.NoSuchMethodError(Google Play发布前崩溃报告:java.lang.NoSuchMethodError)