Qt C++ service application porting to AAOS(Android Automotive OS)
Unsolved
Mobile and Embedded
-
What is the recommended way to port an existing Linux-based Qt/C++ application to Android?
(Context: We are facing challenges such as JVM null pointer exceptions, library dependencies, etc. Has anyone else encountered and resolved similar issues before? What other challenges might we face?)Do we need to develop native service application APK or native service application process (elf executable) to run in AAOS?