问题
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