Monday, February 29, 2016

Qt and native libraries for Android

While developing applications for Android with Qt and Qt Creator, please be aware that Android does not support versioned shared libraries, so in case you need to build the library yourself, you may end up changing the build process a little so to avoid versioning.
You may find interesting this post at Qt forum regarding someone in the need to use libtag while compiling it for Android.
Don't forget to add the external library by means of ANDROID_EXTRA_LIBS in the .pro file, so Qt Creator is able to include it and deploy it properly to your Android device.

No comments:

Post a Comment