首页 > 其他分享 >MAC上cocoscreator2.4.3打包Android出现ABIs [armeabi] are not supported for platform问题解决

MAC上cocoscreator2.4.3打包Android出现ABIs [armeabi] are not supported for platform问题解决

时间:2022-10-12 14:34:48浏览次数:53  
标签:x86 ABIs supported armeabi 编译 点击 Android properties


打开 vip_kingdom_rush_2游戏工程,点击构造发布,打开Editor Window,选择发布平台为Android,构建成功后,点击编译 

MAC上cocoscreator2.4.3打包Android出现ABIs [armeabi] are not supported for platform问题解决_properties文件

如果编译出现下面错误为armeabi架构不支持,在gradle.properties中去掉可解决 

MAC上cocoscreator2.4.3打包Android出现ABIs [armeabi] are not supported for platform问题解决_properties文件_02

解决方法:

打开gradle.properties文件

MAC上cocoscreator2.4.3打包Android出现ABIs [armeabi] are not supported for platform问题解决_android_03

PROP_APP_ABI=armeabi:armeabi-v7a:arm64-v8a:x86:x86_64中的armeabi:删除

MAC上cocoscreator2.4.3打包Android出现ABIs [armeabi] are not supported for platform问题解决_properties文件_04

修改后如下: 

MAC上cocoscreator2.4.3打包Android出现ABIs [armeabi] are not supported for platform问题解决_android_05

再次点击编译,问题解决,正在编译c++文件 

MAC上cocoscreator2.4.3打包Android出现ABIs [armeabi] are not supported for platform问题解决_properties文件_06

编译成功,并生成APK包 

MAC上cocoscreator2.4.3打包Android出现ABIs [armeabi] are not supported for platform问题解决_android_07

MAC上cocoscreator2.4.3打包Android出现ABIs [armeabi] are not supported for platform问题解决_c++_08

标签:x86,ABIs,supported,armeabi,编译,点击,Android,properties
From: https://blog.51cto.com/u_15826192/5750148

相关文章