I have recently noticed that Android extracts the native libraries in the 'lib' directory in the APK to two different locations. They are in the app folder (/data/app/package/lib/
) and the app data folder (/data/data/package/lib
). Not to mention they're already contained in the APK. For games where these libraries total up to 50MB each, this wasted 100MB of my storage space on my SD card.
Why does this happen? Is this normal? Is there any way to stop this from happening?
I am on an Android Lollipop (5.1.1) running a Resurrection Remix ROM for Samsung Galaxy S3 Neo+.