码上敲享录 > android开发实例 > idea更新Gradle项目时报错Gradle sync failed: Unsupported method: BaseConfig.getApplicationIdSuffix

idea更新Gradle项目时报错Gradle sync failed: Unsupported method: BaseConfig.getApplicationIdSuffix

上一章章节目录 2018-05-12已有14470人阅读 评论(0)

报错信息:

Gradle sync failed: Unsupported method: BaseConfig.getApplicationIdSuffix( The version of Gradle you connect to does not support that method.

To resolve the problem you can change/upgrade the target version of Gradle you connect to.
Alternatively, you can ignore this exception and read other information from the model.

解决方法:

修改build.gradle文件,使用高版本gradle

dependencies {
  classpath
'com.android.tools.build:gradle:2.3.3'
}

本文地址:http://www.yayihouse.com/yayishuwu/chapter/1241

向大家推荐《Activiti工作流实战教程》:https://xiaozhuanlan.com/activiti
1

有建议,请留言!

  • *您的姓名:

  • *所在城市:

  • *您的联系电话:

    *您的QQ:

  • 咨询问题:

  • 提 交