首页 > 移动平台 > 详细

The android gradle plugin version 2.3.0-beta2 is too old, please update to the latest version.

时间:2017-03-27 18:37:02      阅读:974      评论:0      收藏:0      [点我收藏+]

编译项目的时候,报如下错误:

Error:(1, 1) A problem occurred evaluating project :app.
> Failed to apply plugin [id com.android.application]
   > Could not create plugin of type AppPlugin.
      > The android gradle plugin version 2.3.0-beta2 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 "eac1b1d377923812adc319e11543d9620f964b6f"

 

解决办法:将build.gradle文件中gradle插件的版本改成最新的版本即可

 

The android gradle plugin version 2.3.0-beta2 is too old, please update to the latest version.

原文:http://www.cnblogs.com/butterfly-clover/p/6627974.html

(2)
(2)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!