Compiling C++11 sources for Android NDK
问题 I'm trying to compile some C++11 sources with Android NDK on Windows, but without much luck. Please note, that I've read some other questions about compiling C++11, but they didn't help much unfortunately. I've downloaded the ADT Bundle and latest NDK ( android-ndk-r9b-windows-x86.zip ). These are my configuration files: Application.mk APP_STL := gnustl_static NDK_TOOLCHAIN_VERSION = 4.8 LOCAL_CPP_FEATURES += exceptions LOCAL_CFLAGS += -std=c++11 Android.mk LOCAL_PATH := $(call my-dir)