简体   繁体   English

Android是否有原始文件大小限制?

[英]Is there a raw file size limit for android?

有人可以告诉我是否可以在res / raw中放入一个大于1 mb的存档文件,然后在运行时将其复制到sdcard并解压缩吗?

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. 1MB并没有那么多,但是如果文件变大然后10兆,您应该考虑另一种解决方案。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM