[Interest] Error in Android deployment
Hi, I'm unable to deploy to AVD (API 17) correctly because of the following error: 17:01:39: The process "/home/hpctech-work/.Qt/5.5/android_armv7/bin/androiddeployqt" exited normally. 17:01:39: Pulling files necessary for debugging. 17:01:39: Package deploy: Running command "/home/hpctech-work/.Qt/android-sdk-linux/platform-tools/adb -s emulator-5554 pull /system/bin/sh: readlink: not found /home/hpctech-work/Desktop/build-Test2-Android_for_armeabi_v7a_GCC_4_9_Qt_5_5_0-Debug/app_process". 17:01:39: Packaging error: Command "/home/hpctech-work/.Qt/android-sdk-linux/platform-tools/adb -s emulator-5554 pull /system/bin/sh: readlink: not found /home/hpctech-work/Desktop/build-Test2-Android_for_armeabi_v7a_GCC_4_9_Qt_5_5_0-Debug/app_process" failed.Exit code: 1 17:01:39: Package deploy: Failed to pull "/system/bin/sh: readlink: not found" to "/home/hpctech-work/Desktop/build-Test2-Android_for_armeabi_v7a_GCC_4_9_Qt_5_5_0-Debug/app_process". 17:01:39: Package deploy: Running command "/home/hpctech-work/.Qt/android-sdk-linux/platform-tools/adb -s emulator-5554 pull /system/lib/libc.so /home/hpctech-work/Desktop/build-Test2-Android_for_armeabi_v7a_GCC_4_9_Qt_5_5_0-Debug/libc.so". Error while building/deploying project Test2 (kit: Android for armeabi-v7a (GCC 4.9, Qt 5.5.0)) When executing step "Deploy to Android device" 17:01:39: Elapsed time: 01:45. I tried to reset my configurations and used another PC (fresh installation) but I always get same result! OS: Linux Mint 17.2 x64 xfce Qt: 5.5.1 Qt Creator: 3.5.1 (opensource) -- Best Regards, HPC-TECH Skype: hpc-tech Telegram: hpc_tech Website: http://hpc-tech.com/ ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest
Re: [Interest] QMYSQL driver not loaded!
On 10/28/2015 04:43 AM, Hamish Moffatt wrote: On 27/10/15 20:41, HPC-TECH via Interest wrote: On 10/27/2015 11:48 AM, Samuel Gaist wrote: Line 221: It seems you are missing libssl.so.10 It's not related to my issue because it points to "_libqsqlmysql.so_" which is not needed in my application (the needed one is libqsqlmysql.so) Maybe you should remove that one as you have two plugins both identifying as class QMYSQLDriverPlugin. Thanks... This fixed the problem -- Best Regards, HPC-TECH Skype: hpc-tech Telegram: hpc_tech Website: http://hpc-tech.com/ ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest
[Interest] QMYSQL driver not loaded!
Hi, I'm unable to run any application uses MySQL plugin (whether from Qt Creator or outside it) because of the following error message: QSqlDatabase: QMYSQL driver not loaded QSqlDatabase: available drivers: QSQLITE QMYSQL QMYSQL3 QPSQL QPSQL7 I'm using: Qt 5.5.1 Qt Creator 3.5.1 Linux Mint xfce x64 You can preview the full log (created by QT_DEBUG_PLUGINS=1): https://pastebin.kde.org/ps06nig6x -- Best Regards, HPC-TECH Skype: hpc-tech Telegram: hpc_tech Website: http://hpc-tech.com/ ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest
Re: [Interest] QMYSQL driver not loaded!
On 10/27/2015 11:48 AM, Samuel Gaist wrote: Line 221: It seems you are missing libssl.so.10 It's not related to my issue because it points to "_libqsqlmysql.so_" which is not needed in my application (the needed one is libqsqlmysql.so) -- Best Regards, HPC-TECH Skype: hpc-tech Telegram: hpc_tech Website: http://hpc-tech.com/ ___ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest