且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

Android Studio:模拟器正在运行,但未在Run App中显示“选择运行中的设备",

更新时间:2022-12-26 23:23:59

您正在运行的项目可能与模拟器设置不兼容(API版本/硬件要求).检查您的build.gradle文件是否 targetSDK minimumSdk 版本低于或等于的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.