Programming Tutorials

Performing Streamed Install adb: failed to install app buildoutputsapkdebugapp-debug.apk: Exception occurred while executing 'install': android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

By: Gren in Android Tutorials on 2023-04-03  

The error message indicates that there was not enough space to install the app. You might need to free up some space on the device or emulator before trying to install the app again.

Here are a few things you can try to free up space:

  1. Uninstall any unused apps or clear app cache data to free up space.

  2. If you're using an emulator, try creating a new emulator with a larger storage capacity.

  3. Use Android Studio's Device File Explorer to delete files from the device or emulator. To do this, open Android Studio, connect your device or emulator, and then click on the "Device File Explorer" button in the toolbar. This will open a window showing the files on the device or emulator. You can delete files from here to free up space.

  4. If you're using a physical device, try connecting it to your computer and then using a file manager app on the device to delete files.

Once you've freed up enough space, try installing the app again. If you continue to encounter issues, please provide more details about your setup and the steps you took before encountering the error.






Add Comment

* Required information
1000

Comments (1)

Avatar
New
Normansays...

Thank you. in my case it was emulator. I created a new one and it works fine.

Most Viewed Articles (in Android )

Performing Streamed Install adb: failed to install app buildoutputsapkdebugapp-debug.apk: Exception occurred while executing 'install': android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

Gradle, npm, react-native - How are they related?

Emulator: glTexImage2D: got err pre :( 0x506 internal 0x8058 format 0x1908 type 0x1401

Is it safe to delete userdata-qemu.img userdata-qemu.img.qcow2 files

adb.exe: no devices/emulators found

Reading and Writing a file to SD card sample program in Android

Android Send SMS and Make a phone call in Android Application

Keep your android phone awake while debugging

gradle build failed Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema

Emulator: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***

'adb' is not recognized as an internal or external command, operable program or batch file.

Android Emulator

Reading a file sample program in Android

GridView sample program in Android

Date and Time sample program in Android

Latest Articles (in Android)

Keep your android phone awake while debugging

compileSdkVersion vs buildToolsVersion in app/build.gradle

gradle build failed Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema

Gradle, npm, react-native - How are they related?

Emulator: glTexImage2D: got err pre :( 0x506 internal 0x8058 format 0x1908 type 0x1401

Emulator: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***

./gradlew assembleDebug '.' is not recognized as an internal or external command, operable program or batch file.

'adb' is not recognized as an internal or external command, operable program or batch file.

Performing Streamed Install adb: failed to install app buildoutputsapkdebugapp-debug.apk: Exception occurred while executing 'install': android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

Is it safe to delete userdata-qemu.img userdata-qemu.img.qcow2 files

adb.exe: no devices/emulators found

How to start the Android emulator

Get Location of an android phone programmatically

Getting Started with Android

Solution to error: unable to open connection to server due to security error

Related Tutorials

Keep your android phone awake while debugging

compileSdkVersion vs buildToolsVersion in app/build.gradle

gradle build failed Caused by: java.lang.NoClassDefFoundError: javax/xml/bind/annotation/XmlSchema

Gradle, npm, react-native - How are they related?

Emulator: glTexImage2D: got err pre :( 0x506 internal 0x8058 format 0x1908 type 0x1401

Emulator: WARNING | *** No gRPC protection active, consider launching with the -grpc-use-jwt flag.***

./gradlew assembleDebug '.' is not recognized as an internal or external command, operable program or batch file.

'adb' is not recognized as an internal or external command, operable program or batch file.

Performing Streamed Install adb: failed to install app buildoutputsapkdebugapp-debug.apk: Exception occurred while executing 'install': android.os.ParcelableException: java.io.IOException: Requested internal only, but not enough space

Is it safe to delete userdata-qemu.img userdata-qemu.img.qcow2 files

adb.exe: no devices/emulators found

How to start the Android emulator

Get Location of an android phone programmatically

Getting Started with Android

Solution to error: unable to open connection to server due to security error