QtQuick in Qt 5.1.1 Android version
-
wrote on 10 Sept 2013, 03:51 last edited by
Hi,
I was trying to build a Qt Android application using Qt 5.1.1 Android version. I have successfully created Qt GUI application in Android. But can we create an Android application using QtQuick 2.1, QtQuick.Controls 1.0, QtQuick.Window 2.0. Do i need to wait for Qt 5.2 version.
Regards
Ansif -
Yes Ofcourse. The Qt 5.1's Android demo on google play is itself build using QML.
See "Qt5.1-Demo-Android":http://qt.gitorious.org/qt-labs/qt5-launch-demo/source/c43ddf9d354761c51266ecbdc6cb90a3aac1903d: -
wrote on 11 Sept 2013, 07:23 last edited by
Hi p3c0,
I have checked this. I think they are using only QtQuick 2.0 or previous version. I am using QtQuick 2.1, QtQuick.Controls 1.0, QtQuick.Window 2.0
and these classes comes under Qt 5.1.1.Ansif
-
wrote on 20 Sept 2013, 14:32 last edited by
I'm also interested on this.
Actually, I can't use controls etc.If someone knows something about when we could use them, please let us know :)
-
wrote on 20 Sept 2013, 15:07 last edited by
QtQuick.Controls is not supported on Android in Qt 5.1.
You need to wait for Qt 5.2
-
wrote on 21 Sept 2013, 10:27 last edited by
[quote author="Vincent007" date="1379689626"]QtQuick.Controls is not supported on Android in Qt 5.1.
You need to wait for Qt 5.2[/quote]
Hi,
Yes, you are right.
Ansif
-
wrote on 31 Oct 2013, 16:02 last edited by
I tried Qt 5.2 beta, examples\quick\controls\touch can work in Android.
-
wrote on 31 Oct 2013, 19:36 last edited by
[quote author="Vincent007" date="1383235341"]I tried Qt 5.2 beta, examples\quick\controls\touch can work in Android.[/quote]
Hi,
Great news. I will also try this.
Ansif
-
wrote on 7 Nov 2013, 10:30 last edited by
I'm using Qt 5.1.1 and Src\qtquickcontrols\examples\quick\controls works in Android.
-
wrote on 18 Nov 2013, 05:31 last edited by
[quote author="Tsweti" date="1383820211"]I'm using Qt 5.1.1 and Src\qtquickcontrols\examples\quick\controls works in Android.[/quote]
Hi,
Yes it works. Also my friend tried with Qt 5.2 alpha version and it also works in there. Anyway thanks for your updates. Looking forward for the original Qt 5.2 release on the end of this year.Ansif