Unity打安卓包失败,报了这个错,Deprecated Gradle features were used in this build making it incompatible with Gradle 6.0.,有没有人知道怎么解决啊
什么版本的unity
看报错描述是本地的Gradle版本过高了,按这个操作下: Gradle打包问题Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0_pengpengsays-CSDN博客 前言使用gradle打包react native的时候,出现了如下报错,下面和大家说一下解决的具体办法Deprecated Gradle features were used in this build, making it incompatible with Gradle 5.0问题详解从字面意思来看,是因为当前项目使用了gradle版本过渡时候的语法和特性,而本地环境的gradle版本太高,不... https://blog.csdn.net/qq_33876553/article/details/79945522
https://developers.google.com/ar/develop/unity/android-11-build在这个网站已经找到答案了,感谢回答