cocos 编译LOCAL_SRC_FILES points to a missing file

本文解决了一个特定的Android NDK编译错误,该错误源于指定的GNU libstdc++版本目录不存在。通过调整NDK工具链版本,成功解决了编译问题。
The following directory exists:

$NDK\sources\cxx-stl\gnu-libstdc++\4.8

while the following doesn't:

$NDK\sources\cxx-stl\gnu-libstdc++\4.9

leading to the following error when I try to compile with APP_STL=gnustl_static and NDK_TOOLCHAIN_VERSION = 4.9 in Application.mk:

Android NDK: ERROR:C:/AndroidNDK/sources/cxx-stl/gnu-libstdc++/Android.mk:gnustl_static: LOCAL_SRC_FILES points to a missing file
Android NDK: Check that C:/AndroidNDK/sources/cxx-stl/gnu-libstdc++/4.9/libs/armeabi-v7a/thumb/libgnustl_static.a exists  or that its path is correct

==================================================================================

当使用这条命令cocos compile -p android --ap android-21编译cocos android时会出现上述问题
需要制定toolchain版本,然后就可以顺利编译了~
cocos compile --android-studio --target android-21 --ap android-21 --ndk-mode debug --ndk-toolchain arm-linux-androideabi-4.8 --platform android --app-abi armeabi --src D:\DevProject\cocos2dx_workspacecos2dx_workspace\mygame

具体原因是对应目录下没有4.9版本目录找不到路径。
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值