简体   繁体   English

android应用程序中的原始资源有大小限制吗?

[英]Is there a size limit for raw resources in an android app?

I am using svg files in my android application. 我在Android应用程序中使用svg文件。 Just wanted to know what should be the size of the file that should be kept in the raw folder in resources. 只是想知道应该保留在资源中原始文件夹中的文件的大小。

Raw folder can be of any size if your Minimum Reqiured SDK is API 9 or 2.3 above . 如果您的最低要求SDK是API 9或2.3以上,则Raw文件夹可以是任何大小 There is limitation in lower version because of low system performance. 由于系统性能低,较低版本中存在限制。

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

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