0

I'm using Android studio v3.0.1 and trying to use the emulator. I have created several different virtual devices but all of them fail to boot.

The IDE says 'waiting for target device to come online'.

I have reinstalled Android studio, the emulator, SDK. I have wiped each virtual device and cold booted and still the same.

I have tried the solutions presented in other similar questions on here but it appears to have a different cause.

Is there a fix?

Error message:

15:18   Emulator: qemu-system-i386.exe: Unable to open C:\Users\Sam\.android\avd\Nexus_5_API_27.avd\data\misc\pstore\pstore.bin: Permission denied
Sam D
  • 1
  • 1
  • 3

1 Answers1

0

Go to the path

C:\Users\Sam\.android\avd\Nexus_5_API_27_2.avd\data\misc\pstore\pstore.bin

right click on pstore, selectProperties and uncheck box Only for reading

Source https://stackoverflow.com/a/48072173/6478047

Manohar
  • 22,116
  • 9
  • 108
  • 144
  • The issue is marked as fixed by google ,it should not happen https://issuetracker.google.com/issues/73249556 – Manohar Mar 13 '18 at 16:19
  • The property appears to be getting rechecked after running the emulator. Is there a reason for this? – Sam D Mar 13 '18 at 16:26
  • @SamD That is a bug and google said ,they fixed it , make sure your android studio and emulator are up to date – Manohar Mar 13 '18 at 16:29
  • Android studio version is 3.0.1. Emulator up to date. Is there something i'm missing? – Sam D Mar 13 '18 at 16:33