Reputation: 11
Until an hour ago, i was working fine using the emulator. Suddenly a log error appear when i run the emulator and the app crash. (minutes ago the emu was working perfectly).
Here's the log error:
Emulator: qemu-system-i386.exe: Unable to open C:\Users\Me.android\avd\Nexus_5X_API_27_1.avd\data\misc\pstore\pstore.bin: Permission denied
The code is right, no mistakes, actually is the exactly same code i run minutes ago and the emulator was running perfectly.
Does anyone was a fix for this?
Thanks in advance!
Upvotes: 0
Views: 2393
Reputation: 9
Here is what worked for me: Go to the directory where your pstore.bin file is stored : (mine was this) C:\Users\USER_NAME.android\avd\ANDROID_EMULATOR_NAME\data\misc\pstore and uncheck the file's attribute named 'Read-only'. Click apply. Try re-using the emulator.
Upvotes: 1