APP_STL gnustl_shared is no longer supported.

102 阅读1分钟

You Must Konw

    1. The Android OS switched to clang several years ago. Future versions of the NDK will remove GCC, so the sooner you start testing your project with clang the better!
  • 2.1. switch APP_STL := gnustl_static to either c++_static or c++_shared in file Application.mk

APP_STL := c++_static