Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的游戏正在使用 cocos2dx 2.2.6 我已经将 NDK 升级到 NDKr12 beta1 并尝试构建我的项目然后我在 NdkModule 文件夹中遇到很多错误,并且 NDK 抱怨它在 Ndk 模块路径中找不到输出文件:cocos2dx/platform/third_party/android/prebuilt/lib*/libs/arm64-v8a/file.a 这是什么意思以及如何解决?
通过添加以下行,我设法通过 application.mk 中的特定目标体系结构来解决它:
APP_ABI := armeabi armeabi-v7a x86