Exclude library file (*.so) from apk
-
Hello bro,
I am developing an android preloaded android app, this app uses shared library in "system/lib64" named libtest_so.so. I push libtest_so.so to "system/lib64" successfully.
I follwed this guide: https://www.qt.io/blog/using-qt-as-shared-system-libraries-in-android#commento-login-box-container to exclude libtest_so.so file in myapk but when I decompile apk, lib folder is still exist.
I have 2 questions:- How to exclude libtest_so.so from myapk. ?
- How to load libtest_so.so from "system/lib64" ?
Thank in advanced