C
Qt for Android Automotive Known Issues and Limitations
Known limitations
Qt for Android Automotive at the current stage has the following limitations:
- Only one board is currently supported: the SA8155P Automotive Development Platform.
- Only communication with JNI and Qt Remote Objects back end types is possible.
- The solution's approach means we do not control the lower layers.
Known issues, bugs or defects
libffi6
We need the libffi package, explicitly libffi6, to be installed on a Linux development host environment. This remains true even if a newer version is already available in the system.
You can do this like so:
sudo apt install libffi6
Wrong Windows Height
Due to a bug in the Qt 6.4.1 release the height of the main window calculation does not take into account the navigation bar. There is currently no workaround for this issue, but it will be resolved in a future release. See l{https://bugreports.qt.io/browse/QTBUG-107923}{QTBUG-107923} for more information.
Reporting issues
Please log any issues you may find via by following the instructions at Reporting.
Available under certain Qt licenses.
Find out more.