cocos / cocos-engine

Cocos simplifies game creation and distribution with Cocos Creator, a free, open-source, cross-platform game engine. Empowering millions of developers to create high-performance, engaging 2D/3D games and instant web entertainment.
https://www.cocos.com/en/creator
Other
8.21k stars 1.94k forks source link

希望能支持 新版本 (24,25,26)的 Android NDK #17043

Open finscn opened 5 months ago

finscn commented 5 months ago

Use Case

目前提示 只支持 21-23. 现在最新的是27, LTS版本是26. 希望 cocos能跟进.

image

26之前的版本已经不受支持了, 只能在 "不受支持的旧版 NDK" 里下载

image

Problem Description

Proposed Solution

No response

How it works

No response

Alternatives Considered

Additional Information

No response

minggo commented 5 months ago

NDK 版本的支持版本是需要修改,不过我们只会认定一个版本,比如 LTS 版本,不会去测试其他版本是否支持,否则测试工作量十分巨大。

finscn commented 5 months ago

NDK 版本的支持版本是需要修改,不过我们只会认定一个版本,比如 LTS 版本,不会去测试其他版本是否支持,否则测试工作量十分巨大。

支持! 反正 NDK自己的向下兼容下做的已经很好了. 支持LTS 通常也不会影响老版本的用户. 但是支持老版本 会影响新版本的用户.