开发者

Is there a raw file size limit for android?

开发者 https://www.devze.com 2023-01-04 13:56 出处:网络
Can someone tell me if it is possible to put an a开发者_运维知识库rchive file with a size greater than 1 mbin res/rawand at runtime copy it to sdcard and decompress it?Yes it is possible. It will incr

Can someone tell me if it is possible to put an a开发者_运维知识库rchive file with a size greater than 1 mb in res/raw and at runtime copy it to sdcard and decompress it?


Yes it is possible. It will increase the size of your Application a lot but it is possible.

The problem is that until the program is started for the first time the user has to have the space on his device. 1megabyte is not that much but if the file gets bigger then 10 meg you should think about another solution.

0

精彩评论

暂无评论...
验证码 换一张
取 消