V2EX = way to explore
V2EX 是一个关于分享和探索的地方
现在注册
已注册用户请  登录
nnegier
V2EX  ›  Android

AndroidStudio Mac 无法启动 API19 的模拟器了吗?

  •  
  •   nnegier · 21 天前 · 1067 次点击

    启动的时候报错:The emulator process for AVD Pixel_API_19 has terminated.

    等等,我好像知道答案了,但这个没发删除

    第 1 条附言  ·  21 天前
    我最后用 UTM (基于 QEMU )运行尝试了 Android 4.4 。

    实践经验:
    我下的 Android 4.4 r1 运行成功,r5 运行不成功,以及其它没有挨个测试,然后那个 x86 是平板版,我安装应用就没法测试了,因为我那软件是竖版软件:
    https://sourceforge.net/projects/android-x86/files/Release%204.4/
    以上是 Android 4.4 x86 iso 下载地址。然后我也没有找到 UTM 旋转屏幕的快捷键。

    UTM 按 Ctrl 和 Option 可以切换光标,如果你是用 Win 键盘连 Mac ,那快捷键就是 Ctrl 和 Alt 。然后你需要输入内容,这时你需要按一下光标快捷键将光标移出才行,不然输入会出现一些很奇怪的情况。

    这个 Android 4.4 版本,你打开浏览器下载 APk 软件后无法直接打开,可以去文件管理器的 Download 目录去点开文件,这个时候会提示你去设置一下信源,然后就能正常安装 APK 运行了。

    折腾了好几个小时,真的累,由于测试麻烦,考虑将软件的最低 minSdkVersion 改为 Android 5.0 了。
    第 2 条附言  ·  21 天前
    看了一下,最低 API22 才有 arm64 的镜像,哎。

    顺带提一嘴:
    Genymotion 和 Virtual Box 我都去找过了,看能不能跑那个 Android 4.4 的镜像,结论是不能。然后 Genymotion 我不知道为什么 Version 那么少了,记忆中是有 4.4 的,现在只有最近 4 个版本的了。
    第 3 条附言  ·  20 天前

    不对,AS里面最低的Arm64有21版本的,只要你不选折叠屏,可能折叠屏这个特性支持的Android版本比较靠后,反正正常你就选Pixel吧,里面的ARM Images里面有API 21的镜像

    第 4 条附言  ·  20 天前

    不对,不建议选Pixel机模,屏占比太低了,建议选Pixel 9!!!

    9 条回复    2025-03-14 09:42:04 +08:00
    nnegier
        1
    nnegier  
    OP
       21 天前
    答案就是不行。
    ~/Library/Logs/Google/AndroidStudio2024.2/idea.log
    ```
    2025-03-14 00:15:51,164 [ 894001] INFO - Emulator: Pixel API 19 - /Users/duanxuebin/Library/Android/sdk/emulator/emulator -netdelay none -netspeed full -avd Pixel_API_19 -qt-hide-window -grpc-use-token -idle-grpc-timeout 300
    2025-03-14 00:15:51,192 [ 894029] INFO - Emulator: Pixel API 19 - PANIC: CPU Architecture 'arm' is not supported by the QEMU2 emulator, (the classic engine is deprecated!)
    2025-03-14 00:15:51,192 [ 894029] INFO - Emulator: Pixel API 19 - Android emulator version 35.4.9.0 (build_id 13025442) (CL:N/A)
    2025-03-14 00:15:51,192 [ 894029] INFO - Emulator: Pixel API 19 - Graphics backend: gfxstream
    2025-03-14 00:15:51,193 [ 894030] INFO - Emulator: Pixel API 19 - Process finished with exit code 1
    2025-03-14 00:15:51,193 [ 894030] WARN - Emulator: Pixel API 19 - Emulator terminated with exit code 1
    2025-03-14 00:15:52,171 [ 895008] WARN - #com.android.sdklib.deviceprovisioner.DeviceAction - The emulator process for AVD Pixel_API_19 has terminated.
    com.android.tools.idea.avdmanager.EmulatorConnectionListener$EmulatorTerminatedException: The emulator process for AVD Pixel_API_19 has terminated.
    at com.android.tools.idea.avdmanager.EmulatorConnectionListener$WaitForEmulatorTask.run(EmulatorConnectionListener.java:93)
    at com.intellij.openapi.application.impl.AnyThreadWriteThreadingSupport$executeOnPooledThread$1.run(AnyThreadWriteThreadingSupport.kt:134)
    at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Unknown Source)
    at com.intellij.util.concurrency.ContextCallable.call(ContextCallable.java:32)
    at java.base/java.util.concurrent.FutureTask.run(Unknown Source)
    at com.intellij.util.concurrency.ContextRunnable.run(ContextRunnable.java:27)
    at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(Unknown Source)
    at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(Unknown Source)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Unknown Source)
    at java.base/java.security.AccessController.doPrivileged(Unknown Source)
    at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Unknown Source)
    at java.base/java.lang.Thread.run(Unknown Source)
    ```
    nnegier
        2
    nnegier  
    OP
       21 天前
    然后改了下 x86 ,当然这样更不行了
    ```
    2025-03-14 00:34:07,823 [1990660] INFO - Emulator: Pixel API 19 - /Users/duanxuebin/Library/Android/sdk/emulator/emulator -netdelay none -netspeed full -avd Pixel_API_19 -qt-hide-window -grpc-use-token -idle-grpc-timeout 300
    2025-03-14 00:34:07,850 [1990687] INFO - Emulator: Pixel API 19 - Android emulator version 35.4.9.0 (build_id 13025442) (CL:N/A)
    2025-03-14 00:34:07,850 [1990687] INFO - Emulator: Pixel API 19 - PANIC: Avd's CPU Architecture 'x86' is not supported by the QEMU2 emulator on aarch64 host.
    2025-03-14 00:34:07,850 [1990687] INFO - Emulator: Pixel API 19 - Graphics backend: gfxstream
    2025-03-14 00:34:07,850 [1990687] INFO - Emulator: Pixel API 19 - Found systemPath /Users/duanxuebin/Library/Android/sdk/system-images/android-19/default/x86/
    2025-03-14 00:34:07,851 [1990688] INFO - Emulator: Pixel API 19 - Process finished with exit code 1
    2025-03-14 00:34:07,851 [1990688] WARN - Emulator: Pixel API 19 - Emulator terminated with exit code 1
    ```
    nnegier
        3
    nnegier  
    OP
       21 天前
    在 Mac 只能正常运行 arm64 的镜像
    nnegier
        4
    nnegier  
    OP
       21 天前
    总结就是因为我的 Mac 是 arm64‘s host ,所以只能运行 arm64 的 ABI ,而 Android 19 我在 Images 列表中没有看到这个 ABI 的 Image ,所以我的电脑是没法用 AndroidStudio 运行的。如果用 Windows 或者 x86 的 Mac 应该是可以运行 x86 镜像的。
    nnegier
        5
    nnegier  
    OP
       21 天前
    @nnegier 也许也不行,除非系统是 32 位的,因为我看到 ABI 都是 x86 ,不是 x86_64 。
    liyafe1997
        6
    liyafe1997  
       21 天前
    @nnegier 应该是,老的安卓都是有 armv7 abi 的,Mac 别说系统,硬件都是纯 ARM64 ,不兼容 32 位的 armv7 。不过按理说,Android Studuio/SDK 应该要 Fallback 到纯软件模拟的方案?类似在 x86 host 下跑 ARM 镜像那样。
    liyafe1997
        7
    liyafe1997  
       21 天前
    PANIC: CPU Architecture 'arm' is not supported by the QEMU2 emulator, (the classic engine is deprecated!)
    PANIC: Avd's CPU Architecture 'x86' is not supported by the QEMU2 emulator on aarch64 host.
    这应该就是因为不支持 32 位 ARM 和 X86 了,这套 QEMU 配置为只能跑 aarch64 虚拟 CPU ,应该是只能用苹果那个虚拟机 API 来跑。

    试试用 Rosetta 跑 x86 版的模拟器?
    nnegier
        8
    nnegier  
    OP
       21 天前
    @liyafe1997
    是的,按理说 QEMU 是可以模拟运行 x86 的镜像的,我刚刚用 UTM ( QEMU 的 UI 界面软件)试了一下 Android 4.4 x86 的 Live (未安装,那个安装太麻烦了,暂时没耐心了),结论是:能运行,但很慢。我也不知道 AndroidStudio 为什么自动判断一下然后采用模拟的方案,虽然慢,但是能用也是很好的事呀。
    HojiOShi
        9
    HojiOShi  
       21 天前
    我去年就发现有这个问题,不过因为时间关系没有继续折腾。

    不过现在的 Android Studio Meerkat | 2024.3.1 只能最低选择 Android 7.0 的镜像,而且目前 Chrome 和 Youtube 之类的谷歌家软件也仅支持 Android 8.0+。谷歌官方都懒得支持的上古玩意,一般人就别整了。
    关于   ·   帮助文档   ·   博客   ·   API   ·   FAQ   ·   实用小工具   ·   2278 人在线   最高记录 6679   ·     Select Language
    创意工作者们的社区
    World is powered by solitude
    VERSION: 3.9.8.5 · 20ms · UTC 04:44 · PVG 12:44 · LAX 21:44 · JFK 00:44
    Developed with CodeLauncher
    ♥ Do have faith in what you're doing.