Updated on 9 sierpnia, 2014
Android NDK – std::string generuje SIGSEGV
Jest to spowodowane sposobem linkowania STL.
W pliku jni/Application.mk ustawiamy zmienną APP_STL na gnustl_shared.
1 |
APP_STL := gnustl_shared |
Updated on 9 sierpnia, 2014
Jest to spowodowane sposobem linkowania STL.
W pliku jni/Application.mk ustawiamy zmienną APP_STL na gnustl_shared.
1 |
APP_STL := gnustl_shared |