./fullbuild-armeabi-v7a.sh
…
[ 29%] Building CXX object CMakeFiles/cinder.dir/shared/Cinder-Android/src/cinder/gl/ShaderPreproces sor.cpp.o
/shared/Cinder-Android/src/cinder/gl/ShaderPreprocessor.cpp:26:32: fatal error: cinder/gl/Platform.h : No such file or directory
#include “cinder/gl/Platform.h”
^
compilation terminated.
why it says no such file, I have checked several times the Platform.h is right there, I’m using Cmake 3.6 and NDK r11c.