You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
⚠️Issues not using this template will be systematically closed.
Describe the bug
In our android project we build filament from source and link it in our android project (so that we can use filament from c++ as well).
Our project uses NDK v25. Filament was recently upgraded to use NDK v27. When now linking against filament we get the following build errors (see logs):
ld: error: undefined symbol: std::__ndk1::__libcpp_verbose_abort(char const*, ...)
>>> referenced by BufferInterfaceBlock.cpp
>>> BufferInterfaceBlock.cpp.o:(std::__ndk1::__throw_length_error[abi:nn180000](char const*)) in archive ../../../../libs/filament/lib/arm64-v8a/libfilabridge.a
To Reproduce
Steps to reproduce the behavior:
Create a new android app
Build filament from source
Include the filament library + headers in your CMakeList file
Use NSDK v25
Expected behavior
A clear and concise description of what you expected to happen.
Describe the bug
In our android project we build filament from source and link it in our android project (so that we can use filament from c++ as well).
Our project uses NDK v25. Filament was recently upgraded to use NDK v27. When now linking against filament we get the following build errors (see logs):
To Reproduce
Steps to reproduce the behavior:
Expected behavior
A clear and concise description of what you expected to happen.
It builds and is compatible with NDK v25.
Screenshots
n/a
Logs
Desktop (please complete the following information):
n/a, android build process bug
Smartphone (please complete the following information):
n/a, android build process bug
Additional context
Due to other constraints we aren't able to upgrade to NDK 27 in our app, so thats not an option for us unfortunately.
The text was updated successfully, but these errors were encountered: