Kanzi Library Linking Problem in Android Platform
AnsweredI created a project in kanzi studio and added a kanzi data source plugin in the project developed in C++17. I eventually needed the project to run on Android, so I compiled it in Android studio. However, after I added the C++17 Cmake parameter to the build.gradle of the project, there was a problem in the linking stage of the project, and a large number of kanzi functions could not find corresponding references during the linking.
0
-
Kanzi Android package is built against C++14 so it cannot be linked to an application built with C++17. I would advise you to use C++14 in your development effort.
0
Please sign in to leave a comment.
Comments
1 comment