最近更新andorid studio 为3.4.1出现了如下问题
Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
…废弃当前Gradle版本,使其与Gradle 6.0不兼容。
…
Use ‘–warning-mode all’ to show the individual deprecation warnings.
See https://docs.gradle.org/5.1.1/userguide/command_line_interface.html#sec:command_line_warnings
BUILD SUCCESSFUL in 18s
9 actionable tasks: 9 up-to-date
这个可以直接跳过、等gradle更新到6.0了再添加吧