This repository was archived by the owner on May 6, 2025. It is now read-only.
This repository was archived by the owner on May 6, 2025. It is now read-only.
Android NDK transition to GCC (deprecated) to Clang (recommended) #228
Open
Description
Fixed via #240
http://developer.android.com/ndk/downloads/revision_history.html
http://developer.android.com/ndk/guides/application_mk.html
http://developer.android.com/ndk/guides/cpp-support.html#runtimes
https://github.com/readium/readium-sdk/blob/develop/Platform/Android/Application.mk
NDK_TOOLCHAIN_VERSION := 4.9
APP_STL := gnustl_static
=>
NDK_TOOLCHAIN_VERSION := clang3.4
APP_STL := libstdc++