Installation failed with message Error: android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

This issue is about your storage in the emulator. Default AndroidStudio value of 2Gb is not enough for modern Android versions.

enter image description here


Solution

Step 1: close the emulator.

Step 2: Wipe the emulator.

enter image description here

Step 3: change the internal storage and SD Card to 4098MB.

enter image description here

Step 4: Run the Emulator.

Leave a Comment