Storage limit in raw and asset folder in android
android, android-resources
Solution
There is no limits on any resources now after Android2.3 release the new aapt.The limitation is caused by the older aapt for system peformance reason and should not happen now.
Problem
I want to store some video/audio files in raw folder of my application. I don't know the storage limit of raw and asset folder. Can anybody tell me how much data i can store in raw and asset folder. And also what if i store bulk data in those folder, does it will affect to speed of execution or size of application to download from market? Thanks in advance.