I have libexample.so library inside app/lib/arm64-v8a/ and I want it to be copied to data/app/lib inside device upon installation of the app. I know that the android package manager is supposed to do it automatically but somehow it does not..
I have tried enabling android:extractNativeLibs="true" but it does not seem to solve it..
Any suggestions?