Replies: 1 comment
-
There isn't really any information here. File a bug with a repro case. |
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
-
Description
When I use minSdkVersion 19 compile my project, and in the link step, I got this error:
protobuf/android/armeabi-v7a/libProtobuf.a(strutil.cc.o):strutil.cc:function protobuf::safe_strtof(char const*, float*): error: undefined reference to 'strtof'
But I change my minSdkVersion to 21, the error disappear.
My APP must support API 19, Do we have some workaround to solve this problem?
Environment Details
NDK Version: 19, 21 ( I have tried some version, got the same error)
Build system: cmake
ABI: armeabi-v7a
STL: c++static
Beta Was this translation helpful? Give feedback.
All reactions