Android studio 3.0 gradle tip version is too old

Many friends are using Android studio 3.0 gradle to prompt:

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 to tell you that your version is too old;

Solution: go to the environment variable and configure it. Create a new variable:

Variable name: Android_ DAILY_ OVERRIDE

Variable value: d27b293f4c7c48dfe922ba160164fa511cb3b9

Through the above methods, the problem that the version is too old and prompts errors is perfectly solved.

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>