Increase the storage space in Android emulator? (Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE) -


I am creating an Android application

My application has audio and PNG files that I have saved

installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE

and says in logcat -

Error / Package Manager (54): Package file could not be copied to temporary file.

I also tried to create a new avid. But I'm getting the same error.

I want all those PNG and audio files.

I do not want to store them in sdcard.

As the size of your system / data segmentation can be increased by mentioning the problem simply your parameter Add your emulator to the command line:

2047

2047 is the partition size with the maximum permissions. If you want to limit partition size to save disk space, then use a small value.


Comments