How to store around 12MB of MP3 files in res/raw folder of my Android 2.3 Project? -


i developing small application in android 2.3 using eclipse 3.4 ide, wish store more 200 mp3 files in res/raw folder of project. wen started android emulator,it stop working showing message in console:

"install_failed_insufficient_storage"

please tell me way out problem

i think error explicit enough. app large in size internal storage. think it's time redesign app. instance can download mp3 file network on demand , save sdcard.

btw, if plan support android version > 2.2 can add android:installlocation="preferexternal" manifest file , should rid problem


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -