Reputation: 5452
I have several android emulators available in Android Studio:
Nexus 6P API 19 runs perfectly my react native app, but Nexus 5X API26 always raises this error when run-android
:
Execution failed for task ':app:installDebug'.
> com.android.builder.testing.api.DeviceException: com.android.ddmlib.InstallException: Unknown failure: Error: android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space
Upvotes: 1
Views: 1355
Reputation: 1252
Have you tried to play with AVD settings? I suppose adding more space in the Internal Storage or sdcard could help here.
Upvotes: 4