sunriser
sunriser

Reputation: 780

80Mb mp3 files+40 MB images,what is the best place?assets or Raw?eclipse takes time to Build?(android 3.0)

I have approximately 80MB+ mp3 files,40MB images in my project.when I try to put 3MB of each these files eclipse takes a lot time to build.is it possible to put all these files in Raw or assets folder?what is the solution to make eclipse build fast.

Upvotes: 1

Views: 681

Answers (2)

Alan Moore
Alan Moore

Reputation: 6575

I have this same issue, and came to the same conclusion as khr2003. I just want to add that the real limit for Android Market is more like 30MB since an app larger than that is impossible to download to most phones -- you will get out of storage errors.

Upvotes: 1

Kalimah
Kalimah

Reputation: 11437

I think for best practice is to make the user download these files after he installes your app since Android market limits your app size to 50MB.

You can use AsynTask to download the data asynchronously

Upvotes: 4

Related Questions