SoFunction
Updated on 2025-04-10

Android Studio 3.0 gradle prompts version is too old

Many friends are using Android Studio 3.0 gradle to prompt the content:

The android gradle plugin version 3.0.0-alpha1 is too old, please update to the latest version. To override this check from the command line please set the
ANDROID_DAILY_OVERRIDE environment variable to “d27b293f4c7c48dfe922ba160164f3fa511cb3b9”
Upgrade plugin to version 3.0.0-alpha1 and sync project Open File

It is trying to tell you that your version is too old;

Solution: Go to the environment variable to configure it and create a new variable:

Variable name:ANDROID_DAILY_OVERRIDE

Variable value:d27b293f4c7c48dfe922ba160164f3fa511cb3b9

Through the above method, the problem of too old prompt errors in the version is perfectly solved.