无法使用 Android Studio 在 MacBook Air Apple M2 处理器上启动和运行 Android 模拟器

问题描述 投票:0回答:1

这是我的配置:

  1. MacBook Air:Apple M2 内存:8 Gb MacO:Sonoma 14.1
  2. Android Studio 长颈鹿 | 2022.3.1 补丁2
    内部版本 #AI-223.8836.35.2231.10811636,建于 2023 年 9 月 15 日 运行时版本:17.0.6+0-17.0.6b829.9-10027231 aarch64 VM:JetBrains s.r.o. 的 OpenJDK 64 位服务器 VM GC:G1 年轻代、G1 老一代 内存:1280M 核心:8 Metal 渲染开启

我下载了android模拟器 Pixel 2 API 31(Android 12.0 Google Play|arm 64)
错误:
AVD Pixel_2_API_31 的模拟器进程已终止。

故障排除
不幸的是,您的计算机不支持硬件加速虚拟化。以下是一些选项:
1) 使用物理设备进行测试
2) 在配备支持 VT-x 和 NX 的 Intel 处理器的 Windows/OSX 计算机上进行开发
3) 在支持 VT-x 的 Linux 计算机上进行开发或 SVM
4) 使用基于 ARM 系统映像的 Android 虚拟设备(这比硬件加速虚拟化慢 10 倍)

请建议我如何修复它以使用 android studio 在我的系统上运行 android 模拟器以进行开发。

android android-emulator android-studio-3.0 macos-sonoma apple-m2
1个回答
0
投票

我们的环境几乎一样,只是Mac OS X版本不同。

它适用于我的 Apple M2。我用的是arm64-v8a。 我的 Android Studio 版本和你的一样。

但是我的Mac OS X版本是13.5。

这是我能为你找到的唯一不同的东西。 希望这些信息可以给您提供更多有用的信息。

顺便说一下,下面有更详细的信息。

点击

Copy properties to clipboard
我就可以看到。

Properties
avd.ini.displayname              Pixel 2 API 31
avd.ini.encoding                 UTF-8
AvdId                            Pixel_2_API_31
disk.dataPartition.size          6442450944
fastboot.chosenSnapshotFile
fastboot.forceChosenSnapshotBoot no
fastboot.forceColdBoot           no
fastboot.forceFastBoot           yes
hw.accelerometer                 yes
hw.arc                           false
hw.audioInput                    yes
hw.battery                       yes
hw.camera.back                   virtualscene
hw.camera.front                  emulated
hw.cpu.ncore                     4
hw.device.hash2                  MD5:55acbc835978f326788ed66a5cd4c9a7
hw.device.manufacturer           Google
hw.device.name                   pixel_2
hw.dPad                          no
hw.gps                           yes
hw.gpu.enabled                   yes
hw.gpu.mode                      auto
hw.initialOrientation            Portrait
hw.keyboard                      yes
hw.lcd.density                   420
hw.lcd.height                    1920
hw.lcd.width                     1080
hw.mainKeys                      no
hw.ramSize                       1536
hw.sdCard                        yes
hw.sensors.orientation           yes
hw.sensors.proximity             yes
hw.trackBall                     no
image.androidVersion.api         31
image.sysdir.1                   system-images/android-31/google_apis_playstore/arm64-v8a/
PlayStore.enabled                true
runtime.network.latency          none
runtime.network.speed            full
showDeviceFrame                  yes
skin.dynamic                     yes
tag.display                      Google Play
tag.id                           google_apis_playstore
vm.heapSize                      228

© www.soinside.com 2019 - 2024. All rights reserved.