Jason Andrews
Jason Andrews

Reputation: 59

Xamarin AVD Storage Issue

I have created an Android Virtual Device, with this specification below, Using Visual Studio Enterprise 2017.

Device: Nexus 6
Target: Android 8.0.0 - API Level 26
CPU/ABI: Google API Intel Atom (x86)
Skin: HVGA
RAM: 768
Internal Storage: 200
SD Card Size: Blank
Use Host GPU

I’m getting this error message. Unexpected install output: Error: android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

Any Ideas?

Upvotes: 2

Views: 2702

Answers (2)

Hari Lakkakula
Hari Lakkakula

Reputation: 307

enter image description here

Restart Emulator It will work.

Upvotes: 2

Pete Wojtkowiak
Pete Wojtkowiak

Reputation: 41

Just restart your android emulator using the emulator's interface (click and hold the power button, then select restart).

Upvotes: 4

Related Questions