Library Linking
AnsweredI created a Kanzi Studio project and added Kanzi data source plugin into the project. The plugin was developed in C++17. I then needed the project to run on Android, however when I added the C++17 CMake Parameter to the build.gradle of the project there was an issue linking.
I tried everything I could think of but couldnt find a solution.
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