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

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插件的版本改成最新的版本即可

 

相关文章:

  • 2021-06-06
  • 2021-12-05
  • 2022-01-24
  • 2022-12-23
  • 2022-12-23
  • 2021-08-17
  • 2021-06-21
  • 2021-09-22
猜你喜欢
  • 2021-04-19
  • 2021-08-18
  • 2021-08-08
  • 2021-12-26
  • 2022-12-23
  • 2021-06-16
相关资源
相似解决方案