Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android:: qemu-system-i386.exe . Permission Denied

Tags:

android

I created a small ActivityFile.java. After running it, it takes a while to show the Android Emulator on screen. After 10 minutes, I got this error.

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

I am a beginner to Android Studio, so do not the reason behind this issue.

Please help??

like image 600
user3624146 Avatar asked Jan 01 '18 20:01

user3624146


1 Answers

Go to C:\Android.android\avd\MyNexus5API25.avd\data\misc, make right click on pstore, pick Properties and uncheck box Only for reading (Title may be a little different). This is a new non critical bug (about 2 days ago update), you should not attach importance to this.

like image 162
SemperPeritus Avatar answered Oct 17 '22 11:10

SemperPeritus