Ihave a small mp3 file.It's size is less than 4MB.When I add that mp3 file to res/raw folder of project,I get Installation error: INSTALL_FAILED_CONTAINER_ERROR
error in installation.But when I remove mp3 file all things work fine.How I can solve this problem?
Asked
Active
Viewed 1,401 times
0

Student Student
- 960
- 2
- 14
- 24
-
Make sure your filename is not contain numbers and any symbols.. – Aravin Oct 27 '13 at 04:13
-
I had changed install location in ,anifest and file name has no error(it containes a-z,0-9,_) only. – Student Student Oct 27 '13 at 04:21
-
Do you have `android:installLocation="preferExternal"` in your manifest and a device/avd with very little free capacity in external storage? – laalto Oct 27 '13 at 07:39
1 Answers
0
Try to edit your manifest like here http://www.basic4ppc.com/android/forum/threads/solved-install_failed_container_error.19415/