简体   繁体   中英

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

I am using svg files in my android application. 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 . There is limitation in lower version because of low system performance.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

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