How to Build Qt Android Automotive App on QT Creator.
-
Hello, everyone.
I'd like to make Android Automotive App using QT.
I have added below option in QT Android manifest.<manifest> ... <uses-feature android:name="android.hardware.type.automotive" android:required="true" /> ... </manifest>
Nevertheless, my app is not visible in Android Auto environment.
I was able to find information about the Android Automotive Suit on the official homepage, but it wasn't what I wanted.
QT does not support pure Android Auto App?