Do I still need to download Necessitas when using QtSDK 5.1?
-
I'm a bit confused regarding necessitas downloads after QtSDK 5.1 is out.
Can I just use the official QtSDK release to build applications for Android? Or I still need to use the Necessitas project? -
In short: Necessitas is the name of the port for Qt4. Qt5 port is integrated into the repository and should be standalone. AFAIK only Ministro app is shared between both projects (as is most of the source code and dev power, of course, but that is not important on the "outside").
-
@dmendizabal
I agree with you. I am confused. -
Hope that Qt5.1 will release with a good document which show the developers how to deploy android apps by Qt.In my humble opinion, a good document and examples like that are crucial for the adoption of Qt on android.
-
Documentation is already quite comprehensive, IMHO. See "Getting Started" at http://doc-snapshot.qt-project.org/qt5-stable/qtdoc/android-support.html -- it lists everything you need to download, and steps you need to take.
-
[quote author="JKSH" date="1370918996"]Documentation is already quite comprehensive, IMHO. See "Getting Started" at http://doc-snapshot.qt-project.org/qt5-stable/qtdoc/android-support.html -- it lists everything you need to download, and steps you need to take.[/quote]
Thanks, do these steps same on windows?As far as I know, Qt5.1 beta only support linux, and I am waiting for Qt5.1 which support windows. -
Digia is working on an Android package for Windows, but it's not working properly yet. You can find a partially-working package at http://qt-project.org/forums/viewthread/28191 (see seahumad's post on 27 May).
Your try it out, and send bug reports to help Digia polish the Windows package sooner :)
-
Here are the latest pre-release packages: http://download.qt-project.org/snapshots/qt/5.1/5.1.0-rc1/backups/2013-06-12-53/
-
What I have noticed so far about necessitas for qt5 is that its useless. The libraries seem to be outdated or whatever. Most of the app wont work correctly with them. So you should deploy your apps with all the libraries you need. Unfortunately that bloats them up as you know.
edit: replace necessitas with ministro
-
[quote author="Moster" date="1371028774"]What I have noticed so far about necessitas for qt5 is that its useless. The libraries seem to be outdated or whatever.[/quote]That's because Necessitas IS the old version of the technology.
To expand on what sierdzio already wrote: Necessitas has been "absorbed into Qt 5":http://blog.qt.digia.com/blog/2012/11/08/necessitas-android-port-contributed-to-the-qt-project/, and then developed further. The technology that used to be called "Necessitas" is now called "Qt for Android". So, if you download "Necessitas", you're downloading old Qt 4 tech.