skip to Main Content

Pixel 2 Api 30 AVD of my android project is not working.
It is showing me this error:
enter image description here

Is there anything you can do for me? Please help.

8

Answers


  1. The option of whether to ALLOW USB debugging will pop up on it when the emulator starts up, you need to click "Allow". By the way, sometimes the popover will disappear quickly and automatically, you must be quick in sight and quick in hand. Hope that may help you.

    Login or Signup to reply.
  2. If you’re working on API Level 30 and your emulator version is 30.1.2 then updating it to 30.1.5 would perhaps resolve your issue. Updating Emulator is a breeze, simply: Android Studio -> Go to preferences -> Android SDK -> Then find and update the Android Emulator from the list.

    Login or Signup to reply.
  3. You can increase AVD level above 11. If you use 12 or more you will not get this error.

    Login or Signup to reply.
  4. Device Manager->options -> show on disk -> (hardware-qemu.ini.lock) delete this file, restart your ide and run your app. this worked for me

    Login or Signup to reply.
  5. I get this error sometimes, and what usually helps me is to choose "Cold boot now" on the vertical dots-menu of this virtual device.

    Login or Signup to reply.
  6. Just create new emulator device by: Device Manager > Create Device

    Login or Signup to reply.
  7. I had this error

    enter image description here

    and solved it by going to
    Device Manager > Edit this AVD (pencil icon) > Show Advanced Settings > Emulated Performance > Boot Options : select "Cold Boot"

    Then I restarted Android Studio and did not get the error again.

    Login or Signup to reply.
  8. I was able to resolve this by going into device manager -> 3 dots on emulator I was using -> Wipe Data -> Cold Boot Now

    Login or Signup to reply.
Please signup or login to give your own answer.
Back To Top
Search