qt-necessitas

Qt Necessitas error - Can't find Ministro service

我的梦境 提交于 2019-12-30 07:06:42
问题 I downloaded the Necessitas installer for Linux, but I can't make my "Hello World" Qt application run on the debugger's Android VM. It gives this error: Can't find Ministro service. The application can't start. And this is the Debug log from Qt Creator: Starting remote process...D/dalvikvm( 2497): GC freed 699 objects / 55432 bytes in 152ms D/dalvikvm( 2497): GC freed 65 objects / 2640 bytes in 58ms W/System.err( 2497): android.content.ActivityNotFoundException: No Activity found to handle

Qt Necessitas error - Can't find Ministro service

梦想与她 提交于 2019-12-30 07:06:15
问题 I downloaded the Necessitas installer for Linux, but I can't make my "Hello World" Qt application run on the debugger's Android VM. It gives this error: Can't find Ministro service. The application can't start. And this is the Debug log from Qt Creator: Starting remote process...D/dalvikvm( 2497): GC freed 699 objects / 55432 bytes in 152ms D/dalvikvm( 2497): GC freed 65 objects / 2640 bytes in 58ms W/System.err( 2497): android.content.ActivityNotFoundException: No Activity found to handle

Qt/Necessitas - reasonable QFileDialog replacement/skin?

元气小坏坏 提交于 2019-12-18 12:38:09
问题 I'm looking for a nice way to address porting Qt applications to Qt/Necessitas (Android). Some of the QtGUI widgets are absolutely atrocious - unfortunately, including QFileDialog. Do you know of any replacements with a proper look and feel? Is making QFileDialog usable anywhere near high priority for Necessitas developers? #include <QApplication> #include <QFileDialog> int main(int argc, char* argv[]) { QApplication a(argc, argv); QString fileName = QFileDialog::getOpenFileName(NULL, QObject

How can I change the --android-platform in Qt Creator to not be android--1 in debug mode?

老子叫甜甜 提交于 2019-12-09 02:51:55
问题 I'm trying to run a new Qt Quick application on my android device through Qt Creator. However, Qt Creator keeps using Android API version 1 whereas I would like it to target an Android API version 10 ( aka Android 2.3.3). When I run Debug->Start Debugging and then select either an armeabi or armeabi-v7a on my physical device and emulators, Qt mysteriously continues to target android--1 : "C:\Qt\5.4\android_armv5\bin\androiddeployqt.exe" --input C:/dev/qc/build-qc_mobile-Android_for_armeabi

How can I change the --android-platform in Qt Creator to not be android--1 in debug mode?

这一生的挚爱 提交于 2019-12-01 03:36:25
I'm trying to run a new Qt Quick application on my android device through Qt Creator. However, Qt Creator keeps using Android API version 1 whereas I would like it to target an Android API version 10 ( aka Android 2.3.3). When I run Debug->Start Debugging and then select either an armeabi or armeabi-v7a on my physical device and emulators, Qt mysteriously continues to target android--1 : "C:\Qt\5.4\android_armv5\bin\androiddeployqt.exe" --input C:/dev/qc/build-qc_mobile-Android_for_armeabi_GCC_4_9_Qt_5_4_0-Debug/android-libqc_mobile.so-deployment-settings.json --output C:/dev/qc/build-qc

How to build my HelloWorld Android application with Necessitas (qt port)?

北城余情 提交于 2019-11-29 18:14:59
I have ant 1.8.2. Latest version of Android SDK, NDK. Thats my build log. Running build steps for project test2... Configuration unchanged, skipping qmake step. Starting: "/usr/bin/make" -w make: Вход в каталог `/home/andrew/work/qt/test2-build-android' make: Цель `first' не требует выполнения команд. make: Выход из каталога `/home/andrew/work/qt/test2-build-android' The process "/usr/bin/make" exited normally. Copy Qt app & libs to Android package ... Stripping libraries, please wait Creating package file ... Package Creation: Running command '/home/andrew/eclipse/apache-ant-1.8.2/bin/ant

How to build my HelloWorld Android application with Necessitas (qt port)?

你离开我真会死。 提交于 2019-11-28 12:35:39
问题 I have ant 1.8.2. Latest version of Android SDK, NDK. Thats my build log. Running build steps for project test2... Configuration unchanged, skipping qmake step. Starting: "/usr/bin/make" -w make: Вход в каталог `/home/andrew/work/qt/test2-build-android' make: Цель `first' не требует выполнения команд. make: Выход из каталога `/home/andrew/work/qt/test2-build-android' The process "/usr/bin/make" exited normally. Copy Qt app & libs to Android package ... Stripping libraries, please wait