I am facing the folllowing issues in Latest Android Studio (Android Studio Koala| 2024.1.1 patch 2), I try to run emulator, but it showing the below error,
As I tried many ways,
- Checking the memory
- Enable HAMX, Hyper -V and Windows Hypervisor Platform also,
- I also attached the screen shot.
2024-08-15 12:07:34,120 [ 242783] INFO – Emulator: Pixel 7a API 34 – C:UsersIBM5788AppDataLocalAndroidSdkemulatoremulator.exe -netdelay none -netspeed full -avd Pixel_7a_API_34 -qt-hide-window -grpc-use-token -idle-grpc-timeout 300
2024-08-15 12:07:34,391 [ 243054] INFO – Emulator: Pixel 7a API 34 – [2800:8100:20240815,120734.391:ERROR filesystem_win.cc:130] GetFileAttributes C:UsersIBM5788AppDataLocalTempAndroidEmulatoremu-crash-34.2.16.dbattachments1f49e12e-e6d1-4cd2-941d-5b2331c5c9c2: The system cannot find the file specified. (2)
2024-08-15 12:07:34,391 [ 243054] INFO – Emulator: Pixel 7a API 34 – Storing crashdata in: C:UsersIBM5788AppDataLocalTempAndroidEmulatoremu-crash-34.2.16.db, detection is enabled for process: 12756
2024-08-15 12:07:34,391 [ 243054] INFO – Emulator: Pixel 7a API 34 – Android emulator version 34.2.16.0 (build_id 12038310) (CL:N/A)
2024-08-15 12:07:34,391 [ 243054] INFO – Emulator: Pixel 7a API 34 – Found systemPath C:UsersIBM5788AppDataLocalAndroidSdksystem-imagesandroid-34google_apis_playstorex86_64
2024-08-15 12:07:34,670 [ 243333] INFO – Emulator: Pixel 7a API 34 – [16668:10628:20240815,120734.670:ERROR filesystem_win.cc:130] GetFileAttributes C:UsersIBM5788AppDataLocalTempAndroidEmulatoremu-crash-34.2.16.dbattachments1f49e12e-e6d1-4cd2-941d-5b2331c5c9c2: The system cannot find the file specified. (2)
2024-08-15 12:07:34,715 [ 243378] INFO – Emulator: Pixel 7a API 34 – Ignore IPv6 address: b0b5:4f18:7101:0:a0a8:4f18:7101:0 (2x)
2024-08-15 12:07:34,715 [ 243378] WARN – Emulator: Pixel 7a API 34 – Failed to process .ini file C:UsersIBM5788.androidavdPixel_7a_API_34.avdquickbootChoice.ini for reading.
2024-08-15 12:07:36,280 [ 244943] INFO – #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl – Saving global entities com.intellij.platform.workspace.jps.entities.SdkEntity to files
2024-08-15 12:07:36,281 [ 244944] INFO – #c.i.w.i.i.j.s.JpsGlobalModelSynchronizerImpl – Saving global entities com.intellij.platform.workspace.jps.entities.LibraryEntity to files
2024-08-15 12:07:41,789 [ 250452] WARN – Emulator: Pixel 7a API 34 – API level 34 requires OpenGL ES 3.0+, attempting to turn on OpenGL ES 3.0/3.1
2024-08-15 12:07:41,789 [ 250452] WARN – Emulator: Pixel 7a API 34 – Your GPU drivers may have a bug. Switching to software rendering.
2024-08-15 12:07:41,789 [ 250452] INFO – Emulator: Pixel 7a API 34 – added library vulkan-1.dll
2024-08-15 12:07:41,804 [ 250467] INFO – Emulator: Pixel 7a API 34 – init: Could not find wglGetExtensionsString! arbFound 0 listarbNull/empty 1 0 extFound 0 extNull/empty 1 0 remote 0
2024-08-15 12:07:41,804 [ 250467] INFO – Emulator: Pixel 7a API 34 – OpenGL Core Profile not supported.
2024-08-15 12:07:41,986 [ 250649] INFO – Emulator: Pixel 7a API 34 – [16668:10628:20240815,120741.986:ERROR filesystem_win.cc:130] GetFileAttributes C:UsersIBM5788AppDataLocalTempAndroidEmulatoremu-crash-34.2.16.dbattachments797519f5-6aa5-48e6-adca-5924d5d7c08b: The system cannot find the file specified. (2)
2024-08-15 12:07:42,001 [ 250664] INFO – Emulator: Pixel 7a API 34 – [16668:10628:20240815,120741.986:ERROR filesystem_win.cc:130] GetFileAttributes C:UsersIBM5788AppDataLocalTempAndroidEmulatoremu-crash-34.2.16.dbattachments797519f5-6aa5-48e6-adca-5924d5d7c08b: The system cannot find the file specified. (2)
2024-08-15 12:07:42,001 [ 250664] INFO – Emulator: Pixel 7a API 34 – [16668:10628:20240815,120741.986:ERROR directory_reader_win.cc:43] FindFirstFile: The system cannot find the path specified. (3)
2024-08-15 12:07:42,408 [ 251071] INFO – Emulator: Pixel 7a API 34 – [16668:10628:20240815,120742.408:ERROR filesystem_win.cc:130] GetFileAttributes C:UsersIBM5788AppDataLocalTempAndroidEmulatoremu-crash-34.2.16.dbattachments797519f5-6aa5-48e6-adca-5924d5d7c08b: The system cannot find the file specified. (2)
2024-08-15 12:07:42,418 [ 251081] INFO – Emulator: Pixel 7a API 34 – Process finished with exit code -1073741819 (0xC0000005)
2024-08-15 12:07:42,418 [ 251081] WARN – Emulator: Pixel 7a API 34 – Emulator terminated with exit code -1073741819
2024-08-15 12:07:42,478 [ 251141] WARN – #com.android.sdklib.deviceprovisioner.DeviceAction – The emulator process for AVD Pixel_7a_API_34 has terminated.
com.android.tools.idea.avdmanager.EmulatorConnectionListener$EmulatorTerminatedException: The emulator process for AVD Pixel_7a_API_34 has terminated.
at com.android.tools.idea.avdmanager.EmulatorConnectionListener$WaitForEmulatorTask.run(EmulatorConnectionListener.java:93)
at com.intellij.openapi.application.impl.RwLockHolder$executeOnPooledThread$1.run(RwLockHolder.kt:154)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:840)
2024-08-15 12:08:34,600 [ 303263] WARN – #com.android.tools.idea.analytics.SystemInfoStatsMonitor – CpuInfoFlags.fromExitCode(): unknown flag values ‘0x80’
2024-08-15 12:09:21,312 [ 349975] WARN – #c.i.o.a.ActionStub – ActionGroup should be registered using tag: id=”Android.CreateResourcesActionGroup” class=”org.jetbrains.android.actions.CreateResourceFileActionGroup”