Details
-
Bug
-
Resolution: Done
-
P2: Important
-
1.10.0, 1.11.0
-
None
-
Host Windows & Linux.
Target Android armv7a Release
Android NDK 15 & 16
-
8815e0007006e996bc145a91970d71b9b4ae86d0
Description
I build hello world example for Android armv7a under Release configuration.
there is Linker error:
arm-linux-androideabi-g++: error: /...../Android/Sdk/ndk-bundle/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/thumb/libgnustl_static.a: No such file or directory
There is no more "thumb" directory in NDK. I tried on NDK15 & NDK16.
With NDK 10 it works.