How to install custom libraries for Android Qt 5.4.1
-
wrote on 10 Apr 2015, 20:06 last edited by
If you go to the 'Projects' button on the left pane of creator and then select the 'Build' button for your droid kit, then the drop down next to 'Build Android APK' you will see a spot to attach Additional libs.
Hope it helps!
Cheers,
Jon -
If you go to the 'Projects' button on the left pane of creator and then select the 'Build' button for your droid kit, then the drop down next to 'Build Android APK' you will see a spot to attach Additional libs.
Hope it helps!
Cheers,
Jonwrote on 11 Apr 2015, 14:02 last edited by@Jon-Heron1 Thanks for your answer, it works ( I used ANDROID_EXTRA_LIBS in .pro ) but is not what I'm looking for.
When I create and install the Android app I don't know which libraries I want to use at runtime. -
wrote on 11 Apr 2015, 14:43 last edited by
Im not making android apps but I believe you need something similar to "Dependancy Walker".
-
I've got my own libXXX.so file, build with Android Qt 5.4.1, that I want to make available to other Android apps also made in Qt 5.4.1.
Does anybody know how to do this ?
1/5