Android studio:模拟器正在运行但没有出现在运行应用程序“选择一个正在运行的设备"中

Android studio: emulator is running but not showing up in Run App quot;choose a running devicequot;(Android studio:模拟器正在运行但没有出现在运行应用程序“选择一个正在运行的设备中)
本文介绍了Android studio:模拟器正在运行但没有出现在运行应用程序“选择一个正在运行的设备"中的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我已经通过 AVD 管理器启动了我的模拟器,一旦它运行,我点击了 run app.我已经等了几分钟,我的正在运行的设备出现在 选择一个正在运行的设备 中,但窗口始终保持空白.

I have launched my emulator via the AVD manager and once it's running I have clicked on run app. I have waited a couple of minutes for my running device to show up in choose a running device but the window always stays blank.

推荐答案

可能您正在运行的项目与模拟器设置不兼容(API版本/硬件要求).如果 targetSDKminimumSdk 版本较低,请检查您的 build.gradle 文件或等于您的模拟器的 sdk 版本.

Probably the project you are running is not compatible (API version/Hardware requirements) with the emulator settings. Check in your build.gradle file if the targetSDK and minimumSdk version is lower or equal to the sdk version of your Emulator.

您还应该取消选中 工具 > Android > 启用 ADB 集成

如果您的情况不同,请重新启动 Android Studio 并再次运行模拟器.

If your case is different then restart your Android Studio and run the emulator again.

这篇关于Android studio:模拟器正在运行但没有出现在运行应用程序“选择一个正在运行的设备"中的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持编程学习网!

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

相关文档推荐

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)