【发布时间】:2018-03-27 20:40:45
【问题描述】:
我已将 Android Studio 从 3.0 更新到 3.1,gradle 从 3.1 更新到 4.4:https://services.gradle.org/distributions/gradle-4.4-all.zip
我收到1 error 和1 warning:
错误:
Cause: couldn't make a guess for com.example.example.databinding.ContentApplicationBinding
警告:
Configuration 'compile' is obsolete and has been replaced with 'implementation'.
It will be removed at the end of 2018
我怎样才能让它像以前一样运行?
【问题讨论】:
标签: android android-gradle-plugin android-databinding