Qt 5 on Android: Difference between revisions

From Qt Wiki
Jump to navigation Jump to search
(Cleanup)
m (Use prior category, now new.)
 
(5 intermediate revisions by 4 users not shown)
Line 1: Line 1:
[[Category:Qt for Android]]
{{LangSwitch}}
{{LangSwitch}}
The Qt 5 for Android project is based on [http://necessitas.kde.org/ Necessitas], the port of Qt 4 to Android. This is an overview page to organize the development of the port.
The Qt 5 for Android project is based on [http://necessitas.kde.org/ Necessitas], the port of Qt 4 to Android. This is an overview page to organize the development of the port.
Line 28: Line 29:


[[Android | Click here for detailed build instructions]]
[[Android | Click here for detailed build instructions]]
== Current status of modules ==
For the first experimental release of Qt 5 for Android, we aim to have support for the modules in qtbase.git, qtdeclarative.git, Qt Sensors and Qt Multimedia. Here is the current status of the modules.
[[Qt5ForAndroidQtBase | Status of qtbase.git]] (Qt Core, Qt GUI, Qt Network, Qt SQL, Qt Test, Qt Widgets, Qt Concurrent, Qt D-Bus, Qt OpenGL, Qt Print Support, Qt XML) <br>
[[Qt5ForAndroidQtDeclarative | Status of qtdeclarative.git]] (Qt QML, Qt Quick) <br>
[[Qt5ForAndroidQtSensors | Status of Qt Sensors]] <br>
[[Qt5ForAndroidQtMultimedia | Status of Qt Multimedia]]


== Current status of device testing ==
== Current status of device testing ==
Line 46: Line 38:
We are currently running autotests manually on devices to monitor progress. Automation is under investigation as well. Take a look at [[Qt5ForAndroidAutotests | the current results]].
We are currently running autotests manually on devices to monitor progress. Automation is under investigation as well. Take a look at [[Qt5ForAndroidAutotests | the current results]].


== Bugs and tasks ==
== Bugs, Tasks, and Known Issues ==


[https://bugreports.qt.io/secure/IssueNavigator.jspa?mode=hide&requestId=13872 Remaining issues for Qt for Android] [bugreports.qt-project.org] <br>
[https://bugreports.qt.io/secure/IssueNavigator.jspa?mode=hide&requestId=13872 Remaining issues for Qt for Android]<br>
[https://bugreports.qt.io/secure/IssueNavigator.jspa?mode=hide&requestId=13871 Remaining issues for Android plugin in Qt Creator] [bugreports.qt-project.org]
[https://bugreports.qt.io/secure/IssueNavigator.jspa?mode=hide&requestId=13871 Remaining issues for Android plugin in Qt Creator]<br>
[[Qt_for_Android_known_issues | Known issues with the Qt for Android build ]]

Latest revision as of 16:21, 23 November 2016

En Ar Bg De El Es Fa Fi Fr Hi Hu It Ja Kn Ko Ms Nl Pl Pt Ru Sq Th Tr Uk Zh

The Qt 5 for Android project is based on Necessitas, the port of Qt 4 to Android. This is an overview page to organize the development of the port.

The Qt 5 for Android is already released in Qt 5 and instructions on how to obtain the necessary packages as well as view documentation and run examples, visit the Qt 5 documentation page Qt 5 Documentation

Overview

Qt 5 for Android consists of several parts:

1. A platform plugin in $QTDIR/src/plugins/platforms/android
2. Java code which is built into a distributable .jar file containing binding code in $QTDIR/src/android/jar
3. Java code which is used as a template for new projects by the Qt Creator plugin in $QTDIR/src/android/java
4. A mkspec in $QTDIR/mkspecs/android-g++
5. Some build files in $QTDIR/android
6. A plugin to Qt Creator which generates the necessary Java wrapper, manifests, build instructions, etc to develop and deploy on Android. This is in $QTCREATOR/src/plugins/android.

Contact

If you have questions or suggestions to anyone working on this project, the easiest would be contact us on IRC. We are on #necessitas on the Freenode IRC servers.

We also have the project mailing list: http://lists.qt-project.org/mailman/listinfo/android-development

Repositories

The project is currently in the regular Qt repositories in codereview.qt.io. Clone the repositories and check out the "dev" branch to try it out.

Build instructions

Click here for detailed build instructions

Current status of device testing

We are compiling a list of devices where Qt for Android has been tested. If you are testing on a device which is not yet in the list (or if you have additional information), please update the page to include your experiences. There is also a list of test devices in the Oslo office.

Current status of autotests

We are currently running autotests manually on devices to monitor progress. Automation is under investigation as well. Take a look at the current results.

Bugs, Tasks, and Known Issues

Remaining issues for Qt for Android
Remaining issues for Android plugin in Qt Creator
Known issues with the Qt for Android build