cocos2dx和eclipse交叉编译“make: *** No rule to make target `all'. Stop”的解决方案 搞cocos2dx在eclipse上的交叉编译. 项目./build_native.sh后导入eclipse一直提示一个很恶心的报错 make: *** No rule to make target `all'. Stop. 网上搜了半天的英文资料,都无法解决.最后在论坛里找到了解决方案,在这里整理了下mac和windows的解决方案,给需要的童鞋: c…
在eclipse中创建maven webapp项目时报错: Could not resolve archetype org.apache.maven.archetypes:maven-archetype-webapp:1.0 from any of the configured repositories. 问题产生原因:是因为本地仓库中缺少了maven-archetype-webapp包,也可能这个包下载不完全,比如:只有pom文件,或只有jar包文件等 [包路径为:C:\Users\xxx…