Qt application for Android requires Ministro, but when Ministro installed (Ministro-1.0.apk, Ministro-2.0.apk or "Ministro II.apk") app tells me that ministro not found or (for "Ministro II.apk") ministro version is incompatible and need to be updated. I've download Ministro from it's official page on the sourceforge.net. Install ministro from market failed due market not allowed on emulator.
|
I noticed some time ago something similar, I don't know why. It is like the Ministro version which is downloaded from that website is not up to date. Anyway, I solved by downloading the version of ministro which is provided with the market or alternatively placing the Qt libraries from the necessitas SDK in /data/local/qt in the device. You can do that in the emulator cause you have root privileges. So, for the emulator first copy all the Qt libraries in the emulator from /Android/Qt/482/armeabi[-v7a] to /data/local/qt and start your project. Before starting it check that in Qt Creator -> Projects -> Run -> Deploy Configurations -> Use Qt libraries from device is marked and "Use local Qt libraries" is not checked. This way it will ignore Ministro and it should use the Qt libraries you pushed. |
|||||||||
|