Closed yalab closed 6 years ago
clang + gnustl may have problem, we met it before. For example, this issue met problem when using clang + gnustl
. We need to use clang + c++_static
when c++_static
is stable.
You can use c++_static via android.ini
cfg_default_build_stl="libc++"
Hi. Android NDK gcc is deprecated https://android.googlesource.com/platform/ndk.git/+/master/CHANGELOG.md . Then we need to support clang. I fixed it.
Thanks.