Solution:
Add C++11 support in Application.mk if building static libraries:
APP_STL := c++_static
or use c++_shared if building shared libraries:
APP_STL := c++_shared
Not use
APP_STL := gnustl_static
Solution:
Add C++11 support in Application.mk if building static libraries:
APP_STL := c++_static
or use c++_shared if building shared libraries:
APP_STL := c++_shared
Not use
APP_STL := gnustl_static
本文标题:Android NDK JNI error 'to_string
本文链接:https://www.haomeiwen.com/subject/gblspltx.html
网友评论