cocos2dx 3.4 fatal error: HttpClient.h: No such file or directory #include "HttpClient.h"

cocos2dx 3.4 fatal error: HttpClient.h: No such file or directory #include "HttpClient.h",第1张

概述把游戏game在cocos2dx 的编译到android项目的时候, 引入了 #include "HttpClient.h"   d用终端生成.so的时候报错  fatal error: HttpClient.h: No such file or directory  #include "HttpClient.h" 查了一下 HttpClien.h  文件的引入路径,然后再查看了该路径下面的 An

把游戏game在cocos2dx 的编译到androID项目的时候,

引入了

@H_502_4@ #include "httpClIEnt.h"


d用终端生成.so的时候报错

Fatal error: httpClIEnt.h: No such file or directory

#include "httpClIEnt.h"


查了一下 httpClIEn.h 文件的引入路径,然后再查看了该路径下面的 AndroID.mk 的内容

LOCAL_MODulE := cocos_network_static


于是在游戏game 下的AndroID.mk 添加2条语句

LOCAL_WHolE_STATIC_liBRARIES += cocos_network_static

$(call import-module,network)


问题就解决了

总结

以上是内存溢出为你收集整理的cocos2dx 3.4 fatal error: HttpClient.h: No such file or directory #include "HttpClient.h"全部内容,希望文章能够帮你解决cocos2dx 3.4 fatal error: HttpClient.h: No such file or directory #include "HttpClient.h"所遇到的程序开发问题。

如果觉得内存溢出网站内容还不错,欢迎将内存溢出网站推荐给程序员好友。

欢迎分享,转载请注明来源:内存溢出

原文地址: http://outofmemory.cn/web/1046963.html

(0)
打赏 微信扫一扫 微信扫一扫 支付宝扫一扫 支付宝扫一扫
上一篇 2022-05-24
下一篇 2022-05-24

发表评论

登录后才能评论

评论列表(0条)

保存