admin管理员组

文章数量:1320608

I was previously using Intellij Idea 2023.2, and the emulator was working great, then I upgraded to Intellij Idea 2023.3 so I could get the "device explorer" menu, and the emulator will not boot anymore.

I get some Timeout exceptions for getting properties for the device emulator, and this error code: Emulator: Pixel 3 API 34 - Process finished with exit code -1073740940 (0xC0000374). From my research I can't figure out what this code means.

Here are my configuration details (SDK tools settings):

  • Intellij Idea 2023.3.8

  • Android Emulator 35.3.11

  • Android Emulator hypervisor driver (installer) 2.2.0

  • Android SDK Platform-Tools 35.0.2

  • Intel x86 Emulator Accelerator (HAXM installer) - deprecated 7.6.5 (I don't know what this is)

  • I have adb added to my path (got an error for this before) - 1.0.41

Before y'all tell me: i've done the following steps:

  • deleted and re-created emulator
  • deleted emulator data and cold-boot
  • originally tried a newer 2024.* intellij, but re-installed 2023.3. Version doesn't seem to help, I have issues booting emulators on both versions.
  • tried booting intellij as admin
  • tried increasing vm heap space to 512mb
  • ram is at 2048mb
  • api is level 34 x86_64

Any help is appreciated

I was previously using Intellij Idea 2023.2, and the emulator was working great, then I upgraded to Intellij Idea 2023.3 so I could get the "device explorer" menu, and the emulator will not boot anymore.

I get some Timeout exceptions for getting properties for the device emulator, and this error code: Emulator: Pixel 3 API 34 - Process finished with exit code -1073740940 (0xC0000374). From my research I can't figure out what this code means.

Here are my configuration details (SDK tools settings):

  • Intellij Idea 2023.3.8

  • Android Emulator 35.3.11

  • Android Emulator hypervisor driver (installer) 2.2.0

  • Android SDK Platform-Tools 35.0.2

  • Intel x86 Emulator Accelerator (HAXM installer) - deprecated 7.6.5 (I don't know what this is)

  • I have adb added to my path (got an error for this before) - 1.0.41

Before y'all tell me: i've done the following steps:

  • deleted and re-created emulator
  • deleted emulator data and cold-boot
  • originally tried a newer 2024.* intellij, but re-installed 2023.3. Version doesn't seem to help, I have issues booting emulators on both versions.
  • tried booting intellij as admin
  • tried increasing vm heap space to 512mb
  • ram is at 2048mb
  • api is level 34 x86_64

Any help is appreciated

Share Improve this question asked Jan 18 at 3:20 Matt StromMatt Strom 7201 gold badge4 silver badges26 bronze badges 1
  • "Starting from emulator 33.x.x.x, HAXM is deprecated as Intel discontinues development of HAXM. The Android Emulator hypervisor driver (AEHD) replaces Intel HAXM on Intel Processors." quote from developer.android/studio/run/… – Robert Commented Jan 20 at 10:12
Add a comment  | 

1 Answer 1

Reset to default 0

I'm answering/closing this issue, as I don't think my issue is IDE related. I believe it to be hardware related.

So in addition to the above error, I have also seen a message in the logs about my graphics driver perhaps not fully supporting vulkan. My laptop is on the older side, and although setting a higher memory setting in the IDE (help -> change memory settings) bated this issue for a little while, it came back in about a day.

So in my specific case, updating hardware might be the solution for intellij 2023.3 and up. I would be curious to hear though if anyone else running an old machine is having issues running emulators on this version or newer.

本文标签: New installation of IntellijAndroid Studio can39t boot emulatorcrashesStack Overflow