Way around 1mb file size restriction?
Posted
by Sarevok
on Stack Overflow
See other posts from Stack Overflow
or by Sarevok
Published on 2010-03-26T03:14:08Z
Indexed on
2010/03/26
3:23 UTC
Read the original article
Hit count: 224
android
My app needs to save files that will range from about 2-20mb. When I tried to do this I was getting an OutOfMemoryException. I did some reading and it's looking like Android has a file size limit of 1mb. Is this correct? If so, is there a way around this limitation, other than splitting up every file into 1mb chunks?
© Stack Overflow or respective owner