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
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)