由于我的游戏中要用“tinyxml2.h”读取xml文件,在pc上也是能运行的。但移植时,在终端编译就出错了。说不能用“tinyxml2.h”这个库,求解决方法,谢谢!
具体报错信息:
jni/…/…/Classes/BaseXmL/BaseDialogBoxLayer.cpp
10: fatal error:
‘tinyxml2/tinyxml2.h’ file not found
#include “tinyxml2/tinyxml2.h”
^
1 error generated.
make: *** Error 1
make: Leaving directory `/Users/12yr06/Desktop/project/Wa2.Kazusa.no.AfterV2/proj.android’
Error running command, return code: 2

