Nakama C++ 2.4.1 for Android

Try to use precompiled libs for Android and get error, any ideas how to fix it?

C/C++: /Users/dimo4eg/dev/nakama-cpp/third_party/cpprestsdk/Release/include/cpprest/http_headers.h:104: error: undefined reference to ‘utility::details::str_iless(std::__ndk1::basic_string<char, std::__ndk1::char_traits, std::__ndk1::allocator > const&, std::__ndk1::basic_string<char, std::__ndk1::char_traits, std::__ndk1::allocator > const&)’

Ok, I was able to link and run. Sample step-by-step guide does not works for me. So I changed some settings in project:

  • need to use c++_static STL (main reason of errors)
  • need to manually configure linked libs and paths