how to increase the storage space in Android emulator? (Installation error: INSTALL_FAILED_INSUFFICI
Posted
by newgeek
on Stack Overflow
See other posts from Stack Overflow
or by newgeek
Published on 2010-05-16T10:21:01Z
Indexed on
2010/05/16
10:30 UTC
Read the original article
Hit count: 147
android
Hi,
I am creating an Android application.
My Application has audio and png files which i have saved in res/drawable folder.
When i run the app , its giving error
Installation error: INSTALL_FAILED_INSUFFICIENT_STORAGE
and in the logcat it says -
ERROR/PackageManager(54): Couldn't copy package file to temp file.
I tried creating new avd also.But i am getting the same error.
I want all those png and audio files.
I dont want to store them in sdcard.
Please Suggest me how to solve this problem.
Thanks in Advance
© Stack Overflow or respective owner