Android RecyclerView Plugin 太旧,请更新到较新版本,或设置ANDROID_DAILY_OVERRIDE环境变量

Android RecyclerView Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable

关于这个问题有很多相同的问题,在解决方案中他们说更新 gradle 版本,但我使用的是最新版本,然后我也面临这个问题 请帮我解决这个问题。

Error:(1, 0) Plugin is too old, please update to a more recent version, or set ANDROID_DAILY_OVERRIDE environment variable to "bd8994644a28e456358162533e01319cc08f4ef8" Fix plugin version and sync project
Open File

你好转测试:

    compile 'com.android.support:appcompat-v7:24.1.1'
    compile 'com.android.support:cardview-v7:24.1.1'
    compile 'com.android.support:recyclerview-v7:24.1.1'

试试这个版本

compile 'com.android.support:cardview-v7:23.2.0'
compile 'com.android.support:recyclerview-v7:23.2.0'

我刚刚更新了我的 Android 支持库 支持库 工具的本地 Maven 存储库 并将其添加到 build.gradle 中并且有效。

compile 'com.android.support:appcompat-v7:23.2.0'
compile 'com.android.support:cardview-v7:23.2.0'
compile 'com.android.support:recyclerview-v7:23.2.0'