Replies: 1 comment
-
This was happening because the ndk versions used to compile filament and the other android project were different. Once the same ndk version was used, the issue was resolved. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I am trying to link the filament libraries generated by the step 3 in this documentation for a C++ android project (manifest contains just a native activity) . cmake was only run for
aarch64
. I have built filament for android on windows and am able to run all samples (desktop and android).To link filament into the C++ android project, I have modified the existing
CMakeLists.txt
file of the project by adding the followingAnd following lines have been added to one of the C++ source files.
This produces lot of the following errors during the build
Can someone give any insights as to how to fix this. Also, are there are any filament examples where the entire android app is purely written in native C++?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions