HuLu ViCa
HuLu ViCa

Reputation: 5452

Android emulator cant start react-native app because has not enough space

I have several android emulators available in Android Studio:

enter image description here

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

Answers (1)

Kikiwa
Kikiwa

Reputation: 1252

Have you tried to play with AVD settings? I suppose adding more space in the Internal Storage or sdcard could help here.

AVD settings

Upvotes: 4

Related Questions