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 by the community: the SA8155P Automotive Development Platform. For more information see: Qt Community Targets.
- Only communication with JNI and Qt Remote Objects back end types is possible.
- A narrow scope for AOSP vehicle properties is available.
- 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
CMake is preferred project configuration format for Qt 6
Although in our examples qmake (.pro) project's files are available, the CMake format is preferred, as qmake ones might need manual adjustments to work correctly.
Please log any issues you may find by following the instructions at Reporting.
Available under certain Qt licenses.
Find out more.