Android 模拟器未在 android 4.0 中加载

Android Emulator was not loading in android 4.0

我知道很多人在这里问过这个问题,但我检查并关注了所有问题,但我仍然遇到同样的问题

我的系统配置

我正在使用 Android Studio 4.0 Version 而我的 SDK

我的处理器是 AMD 处理器所以我无法安装 HAMX

我的虚拟设备是 pixel 3a,我在该虚拟设备下方链接了我的设置

错误消息列表

错误

我正在尝试 运行 一个简单的程序,但是模拟器在启动时没有 运行ning 运行ning 它首先显示以下错误消息

对于这个错误,很多人建议使用 " advancedFeatures.ini",但这并不能解决我的问题

所以我只是点击确定并尝试 运行 模拟器中的程序,我的模拟器处理时间太长并且它显示以下错误日志并且还说“300 秒后超时等待模拟器上线“

对于此错误并检查所有 Stackflow 问题,但没有解决我的问题请建议如何 运行 在模拟器中项目

02:45 PM    Executing tasks: [:app:assembleDebug] in project C:\Users\karthickyuvan\AndroidStudioProjects\Log

02:45 PM    Gradle build finished in 23 s 176 ms

02:46 PM    Emulator: socketTcpLoopbackClientFor: error: fd 35828 above FD_SETSIZE (32768)

02:46 PM    Emulator: socketTcpLoopbackClientFor: error: fd 35828 above FD_SETSIZE (32768)

02:46 PM    Emulator: emulator: ERROR: AdbHostServer.cpp:102: Unable to connect to adb daemon on port: 5037

02:46 PM    Emulator: Warning: restoring GLES1 context from snapshot. App may need reloading.

02:51 PM    Emulator: socketTcpLoopbackClientFor: error: fd 53704 above FD_SETSIZE (32768)

02:51 PM    Emulator: socketTcpLoopbackClientFor: error: fd 53708 above FD_SETSIZE (32768)

02:51 PM    Emulator: emulator: ERROR: AdbHostServer.cpp:102: Unable to connect to adb daemon on port: 5037

02:52 PM    Emulator: Process finished with exit code 0

  1. 您使用的是 AMD 处理器,因此请先在 Bios 中启用虚拟化

  2. 转到控制面板 Add/Remove 和 Select“打开功能 On/Off”,然后启用管理程序和 VMP,然后重新启动

  3. 转到 AVD 管理器并选择选择 Pixel 2 然后 select Api 级别 28 并安装现在 运行

同时在命令提示符下检查 adb 它无法识别然后在环境变量中为 sdk 平台工具设置路径变量。