android studio上的Cocos2dx NDK构建错误

时间:2018-04-06 10:21:37

标签: android cocos2d-x

当我尝试在android studio上构建我的游戏时出现以下错误:

Error:(81) Android NDK: Application targets deprecated ABI(s): armeabi    
Error:(82) Android NDK: Support for these ABIs will be removed in a future NDK release.    

从命令行运行正常:

cocos run . -p android --android-studio

1 个答案:

答案 0 :(得分:0)

转到Android.mk,将APP_ABIarmeabi更改为armeabi-v7a

如果您正在使用CMakeLists来构建项目,则如果要添加更多架构,请转到gradle.properties,并按照PROP_APP_ABI=armeabi-v7a文件中的说明更改为gradle.properties