error: 'nullptr' was not declared in this scope

Android.mk文件中加入:

LOCAL_CPPFLAGS := -Wall -std=c++11 -DANDROID -finline-functions -ffast-math -Os -fno-strict-aliasing -O3 -frtti -D__STDC_LIMIT_MACROS

你可能感兴趣的:(error: 'nullptr' was not declared in this scope)