如何修复未启动的Android模拟器?

发布于 2025-02-10 02:05:15 字数 3763 浏览 1 评论 0原文

每当我尝试启动仿真器时,我都会收到警告。模拟器从未启动,过程也悬挂。

./emulator -avd Pixel_4a_API_31 -verbose -show-kernel
INFO    | Android emulator version 31.2.10.0 (build_id 8420304) (CL:N/A)
INFO    | Found AVD name 'Pixel_4a_API_31'
INFO    | Found AVD target architecture: x86_64
INFO    | argv[0]: './emulator'; program directory: '/Users/jos76/Library/Android/sdk/emulator'
VERBOSE |  Found directory: /Users/jos76/Library/Android/sdk/system-images/android-31/google_apis/x86_64/
INFO    | emuDirName: '/Users/jos76/Library/Android/sdk/emulator'
INFO    | try dir /Users/jos76/Library/Android/sdk/emulator
INFO    | Trying emulator path '/Users/jos76/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64'
INFO    | Found target-specific 64-bit emulator binary: /Users/jos76/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64
INFO    | Adding library search path: '/Users/jos76/Library/Android/sdk/emulator/lib64'
INFO    | Adding library search path: '/Users/jos76/Library/Android/sdk/emulator/lib64/gles_swiftshader'
VERBOSE | Adding library search path for Qt: '/Users/jos76/Library/Android/sdk/emulator/lib64/qt/lib'
VERBOSE | Silencing all qWarning(); use qCWarning(...) instead: QT_LOGGING_RULES=default.warning=false
VERBOSE | Setting Qt plugin search path: QT_QPA_PLATFORM_PLUGIN_PATH=/Users/jos76/Library/Android/sdk/emulator/lib64/qt/plugins
VERBOSE | Setting Qt to use software OpenGL: QT_OPENGL=software
VERBOSE | Setting QML to use software QtQuick2D: QMLSCENE_DEVICE=softwarecontext
VERBOSE | Overriding pre-existing bad Qt high dpi settings...
VERBOSE | emulator: Running :/Users/jos76/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64
VERBOSE | qemu backend: argv[00] = "/Users/jos76/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64"
VERBOSE | qemu backend: argv[01] = "-avd"
VERBOSE | qemu backend: argv[02] = "Pixel_4a_API_31"
VERBOSE | qemu backend: argv[03] = "-verbose"
VERBOSE | qemu backend: argv[04] = "-show-kernel"
VERBOSE | Concatenated backend parameters:  /Users/jos76/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64 -avd Pixel_4a_API_31 -verbose -show-kernel
VERBOSE | autoconfig: -skin pixel_4a
VERBOSE | autoconfig: -skindir /Users/jos76/Library/Android/sdk/skins/
VERBOSE | autoconfig: -kernel /Users/jos76/Library/Android/sdk/system-images/android-31/google_apis/x86_64//kernel-ranchu
VERBOSE | Target arch = 'x86_64'
VERBOSE | Auto-detect: Kernel image requires new device naming scheme.
VERBOSE | Auto-detect: Kernel does not support YAFFS2 partitions.
VERBOSE | autoconfig: -ramdisk /Users/jos76/Library/Android/sdk/system-images/android-31/google_apis/x86_64//ramdisk.img
VERBOSE | Using initial system image: /Users/jos76/Library/Android/sdk/system-images/android-31/google_apis/x86_64//system.img
VERBOSE | Using initial vendor image: /Users/jos76/Library/Android/sdk/system-images/android-31/google_apis/x86_64//vendor.img
VERBOSE | autoconfig: -data /Users/jos76/.android/avd/Pixel_4a_API_31.avd/userdata-qemu.img
VERBOSE | autoconfig: -initdata /Users/jos76/.android/avd/Pixel_4a_API_31.avd/userdata.img
VERBOSE | autoconfig: -cache /Users/jos76/.android/avd/Pixel_4a_API_31.avd/cache.img
VERBOSE | autoconfig: -sdcard /Users/jos76/.android/avd/Pixel_4a_API_31.avd/sdcard.img
VERBOSE | Increasing RAM size to 2048MB
VERBOSE | VM heap size 256MB is below hardware specified minimum of 512MB,setting it to that value
VERBOSE | System image is read only
VERBOSE | Found 1 DNS servers:
VERBOSE |   192.168.1.1
WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
VERBOSE | Unexpected feature list:
VERBOSE | Vulkan

我目前正在使用最新版本的Android模拟器。我试图在线搜索解决方案而没有任何成功。

I'm getting a warning printed to the console whenever I attempt to launch an emulator. The emulator never launches and the process just hangs.

./emulator -avd Pixel_4a_API_31 -verbose -show-kernel
INFO    | Android emulator version 31.2.10.0 (build_id 8420304) (CL:N/A)
INFO    | Found AVD name 'Pixel_4a_API_31'
INFO    | Found AVD target architecture: x86_64
INFO    | argv[0]: './emulator'; program directory: '/Users/jos76/Library/Android/sdk/emulator'
VERBOSE |  Found directory: /Users/jos76/Library/Android/sdk/system-images/android-31/google_apis/x86_64/
INFO    | emuDirName: '/Users/jos76/Library/Android/sdk/emulator'
INFO    | try dir /Users/jos76/Library/Android/sdk/emulator
INFO    | Trying emulator path '/Users/jos76/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64'
INFO    | Found target-specific 64-bit emulator binary: /Users/jos76/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64
INFO    | Adding library search path: '/Users/jos76/Library/Android/sdk/emulator/lib64'
INFO    | Adding library search path: '/Users/jos76/Library/Android/sdk/emulator/lib64/gles_swiftshader'
VERBOSE | Adding library search path for Qt: '/Users/jos76/Library/Android/sdk/emulator/lib64/qt/lib'
VERBOSE | Silencing all qWarning(); use qCWarning(...) instead: QT_LOGGING_RULES=default.warning=false
VERBOSE | Setting Qt plugin search path: QT_QPA_PLATFORM_PLUGIN_PATH=/Users/jos76/Library/Android/sdk/emulator/lib64/qt/plugins
VERBOSE | Setting Qt to use software OpenGL: QT_OPENGL=software
VERBOSE | Setting QML to use software QtQuick2D: QMLSCENE_DEVICE=softwarecontext
VERBOSE | Overriding pre-existing bad Qt high dpi settings...
VERBOSE | emulator: Running :/Users/jos76/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64
VERBOSE | qemu backend: argv[00] = "/Users/jos76/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64"
VERBOSE | qemu backend: argv[01] = "-avd"
VERBOSE | qemu backend: argv[02] = "Pixel_4a_API_31"
VERBOSE | qemu backend: argv[03] = "-verbose"
VERBOSE | qemu backend: argv[04] = "-show-kernel"
VERBOSE | Concatenated backend parameters:  /Users/jos76/Library/Android/sdk/emulator/qemu/darwin-x86_64/qemu-system-x86_64 -avd Pixel_4a_API_31 -verbose -show-kernel
VERBOSE | autoconfig: -skin pixel_4a
VERBOSE | autoconfig: -skindir /Users/jos76/Library/Android/sdk/skins/
VERBOSE | autoconfig: -kernel /Users/jos76/Library/Android/sdk/system-images/android-31/google_apis/x86_64//kernel-ranchu
VERBOSE | Target arch = 'x86_64'
VERBOSE | Auto-detect: Kernel image requires new device naming scheme.
VERBOSE | Auto-detect: Kernel does not support YAFFS2 partitions.
VERBOSE | autoconfig: -ramdisk /Users/jos76/Library/Android/sdk/system-images/android-31/google_apis/x86_64//ramdisk.img
VERBOSE | Using initial system image: /Users/jos76/Library/Android/sdk/system-images/android-31/google_apis/x86_64//system.img
VERBOSE | Using initial vendor image: /Users/jos76/Library/Android/sdk/system-images/android-31/google_apis/x86_64//vendor.img
VERBOSE | autoconfig: -data /Users/jos76/.android/avd/Pixel_4a_API_31.avd/userdata-qemu.img
VERBOSE | autoconfig: -initdata /Users/jos76/.android/avd/Pixel_4a_API_31.avd/userdata.img
VERBOSE | autoconfig: -cache /Users/jos76/.android/avd/Pixel_4a_API_31.avd/cache.img
VERBOSE | autoconfig: -sdcard /Users/jos76/.android/avd/Pixel_4a_API_31.avd/sdcard.img
VERBOSE | Increasing RAM size to 2048MB
VERBOSE | VM heap size 256MB is below hardware specified minimum of 512MB,setting it to that value
VERBOSE | System image is read only
VERBOSE | Found 1 DNS servers:
VERBOSE |   192.168.1.1
WARNING | unexpected system image feature string, emulator might not function correctly, please try updating the emulator.
VERBOSE | Unexpected feature list:
VERBOSE | Vulkan

I'm currently using the latest version of the android emulator. I've attempted to search solutions online without any success.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

迷你仙 2025-02-17 02:05:15

您可以尝试擦除数据。所有数据将被清除。

You can try wipe data. All data will be cleared.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文