且构网

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

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

更新时间:2023-01-17 23:17:04

可能您正在运行的项目与模拟器设置不兼容(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.