1、当项目中加入sqlite数据库时
在Android.mk中加入.c文件即可
2、当提示'extensions/cocos-ext.h' file not found时
Android.mk 添加这一句:LOCAL_WHOLE_STATIC_LIBRARIES := cocos_extension_static
cocos-ext.h改为extensions/cocos-ext.h
还有不要用\,要用/
1、当项目中加入sqlite数据库时
在Android.mk中加入.c文件即可
2、当提示'extensions/cocos-ext.h' file not found时
Android.mk 添加这一句:LOCAL_WHOLE_STATIC_LIBRARIES := cocos_extension_static
cocos-ext.h改为extensions/cocos-ext.h
还有不要用\,要用/