android studio編譯時gradle問題Deprecated Gradle features
gradle報出問題
Deprecated Gradle features were used in this build, making it incompatible with Gradle 8.0. Use '--warning-mode all' to show the individual deprecation warnings.
在項目下gradle.properties文件加入
# org.gradle.warning.mode=(all,none,summary) 三個參數可選
org.gradle.warning.mode=all
再次build,IDE會提示詳細的項目異常點,根據提示去修改

浙公網安備 33010602011771號