标签:: cocos2dx

cocos2dx 的 Android Studio 项目配置

cocos2dx 的 Android Studio 项目配置local.properties123456789## This file must *NOT* be checked into Version Control Systems,# as it contains information specific to your local configuration.## Location of

Failed to load ..\sdk\build-tools\28.0.3\lib\dx.jar

Failed to load ..\sdk\build-tools\28.0.3\lib\dx.jar问题描述在eclipse运行android程序报错: 错误原因:加载dx.jar时默认最新版的,但是最新的一般都有问题 解决方式 打开%SDK_HOME%\build-tools(%SDK_HOME%是你安装sdk的位置) 能看到我下了好几个版本的,其中最新版是28.0.3,默认使用的dx.jar

执行build_native.py

执行build_native.py环境配置要求 安装python-2.7.5 设置环境变量Path 1C:\Python27 问题解决显示 couldn’t find the gcc toolchains设置环境变量 NDK_ROOT 1F:\android-ndk-r10e 注意事项: ndk_root不能有空格 不能有’-‘