skip to Main Content

Error Image

  • This Error occurs wheneve i start my emulator

  • I tried installing uninstalling android studio

  • I tried installing previous version of android studio

  • I tried copy pasting JRE and JDE file in c:/program file/android/android

  • I tried installing command process tool (latest) in SDK manager

  • I tried installing latest android emulator.

This is what i go in the log file

2023-03-05 23:00:31,958 [2307785]   INFO - Emulator: Pixel 4 XL API 30 - C:UsersbabscAppDataLocalAndroidSdkemulatoremulator.exe -netdelay none -netspeed full -avd Pixel_4_XL_API_30 -qt-hide-window -grpc-use-token -idle-grpc-timeout 300

2023-03-05 23:00:31,985 [2307812]   INFO - Emulator: Pixel 4 XL API 30 - Android emulator version 32.1.11.0 (build_id 9536276) (CL:N/A)

2023-03-05 23:00:31,985 [2307812]   INFO - Emulator: Pixel 4 XL API 30 - Found systemPath C:UsersbabscAppDataLocalAndroidSdksystem-imagesandroid-30google_apisx86

2023-03-05 23:00:31,996 [2307823]   INFO - Emulator: Pixel 4 XL API 30 - Could not launch 'C:UsersbabscAppDataLocalAndroidSdkemulatorqemuwindows-x86_64qemu-system-x86_64.exe': Invalid argument

2023-03-05 23:00:32,000 [2307827]   INFO - Emulator: Pixel 4 XL API 30 - Process finished with exit code 22

2023-03-05 23:00:32,979 [2308806]   WARN - #c.i.u.x.Binding - no accessors for com.intellij.feedback.state.DontShowAgainFeedbackState

2023-03-05 23:00:33,038 [2308865]   INFO - #c.a.t.i.a.AvdManagerConnection - C:Usersbabsc.androidavdPixel_4_XL_API_30.avdhardware-qemu.ini.lockpid not found for Pixel_4_XL_API_30

2023-03-05 23:00:33,038 [2308865]   INFO - #c.a.t.i.a.AvdManagerConnection - C:Usersbabsc.androidavdPixel_4_XL_API_30.avduserdata-qemu.img.lockpid not found for Pixel_4_XL_API_30

2023-03-05 23:00:33,038 [2308865]   WARN - #c.a.t.i.a.AvdManagerConnection - Unable to determine if Pixel_4_XL_API_30 is online, assuming it's not

2

Answers


  1. This error may be caused because you don’t have enough space on your disk.
    you can also check the following link:
    Android Emulator issues in new versions – The emulator process has terminated

    Login or Signup to reply.
  2. I just faced exactly same problem and this is how I solved.
    (Android Studio Electric Eel | 2022.1.1 Patch 1)

    1. Open Device Manager
    2. Click three dots (additional menu)
    3. Click "Show On Disk"

    enter image description here

    1. Delete "multiinstance.lock"

    enter image description here

    Note! If it is in used by "qemu-system-x84_64.exe" in background, then it won’t be deleted.

    So I opened task manager and force stopped above software and it allowed me to delete "multiinstance.lock" file.

    enter image description here

    Alternative, you can duplicate AVD then delete the original.

    1. Open Device Manager
    2. Click three dots (additional menu)
    3. Click "Duplicate"
    4. Delete Original Device.
    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search