首页 > 其他 > 详细

cocos2d-x andriod, Box2D.h: No such file or directory

时间:2017-05-19 09:33:25      阅读:243      评论:0      收藏:0      [点我收藏+]

原文链接:http://www.cocos2d-x.org/forums/6/topics/47503?

r=47980

You need to include like this

1
#include "Box2D/Box2D.h"

Because external/Box2D/Android.mk exported path like this

LOCAL_EXPORT_C_INCLUDES := $(LOCAL_PATH)/..

And you can comment the lib you don‘t use, such as chipmunk. I think you don‘t need Box2D and chipmunk at the same time.
Right?


cocos2d-x andriod, Box2D.h: No such file or directory

原文:http://www.cnblogs.com/brucemengbm/p/6876563.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!