0

Why is android emulator not starting? It was working but accidentally it starts to throw this exception and the emulator hangs up on Start Screen as follows

image Here
and in android studio, when I run my code it says

Emulator: qemu-system-i386.exe: Unable to open C:\Users\Aman.android\avd\Android_Accelerated_x86_Oreo.avd\data\misc\pstore\pstore.bin: Permission denied

As answered here I unchecked the pstore folder Readonly attribute but it didn't help me. I have also tried deleting the folder it doesn't also fix the problem.
I am woking on windows 10 with

  • Android Studio 3.3
  • API Level 27
  • Android 8.1 (Google APIs)
Qwerty
  • 578
  • 1
  • 5
  • 31

1 Answers1

0

Are you accessing files on the start of the app? because if that's the case than you have to ask the runtime permission first.

raj kavadia
  • 926
  • 1
  • 10
  • 30