App Data contains large files

烂漫一生 提交于 2019-12-20 07:27:06

问题


The /data/app/package folder of my app contains large amount of files.

This is the breakdown of the files

/data/app/package/lib/arm/ folder contains one file libsupportjni.so which is of no use to me and also is not needed by me. This file occupies around 1.1 MB space.

/data/app/package/ folder contains one base.apk file of my app which occupies around 22 MB of space.

My question is whether is it possible to remove all the file while the IDE(Android Studio) is building the signed apk file.

All these file together increases the size of my app by 50%.

来源:https://stackoverflow.com/questions/49773996/app-data-contains-large-files

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!