admin管理员组

文章数量:1596906

1、项目配置问题

* What went wrong:
A problem occurred configuring project ':implementation'.
> ABIs [armeabi] are not supported for platform. Supported ABIs are [armeabi-v7a, arm64-v8a, x86, x86_64].
原因:
armeabi对应的andriod系统是ARM v5。这是相当老旧的一个版本,缺少对浮点数计算的硬件支持,在需要大量计算时
有性能瓶颈。
因此,在android5.0以上版本可以忽略该选项,不进行勾选。

本文标签: 报错Cocos