No such property: variantConfiguration for class: com.android.build.gradle.internal.variant.Appli...

集成bugly热修复的时候,在依赖插件脚本的时候报错了:

// 依赖插件脚本
apply from: 'tinker-support.gradle'

报错内容如下:

No such property: variantConfiguration for class: com.android.build.gradle.internal.variant.ApplicationVariantData

解决方案:

将gradle的版本改成3.4.0

gradle版本.png

再次sync,就可以了,我的问题解决的了,当然如果有其他的解决方法,欢迎留言,谢谢

你可能感兴趣的:(No such property: variantConfiguration for class: com.android.build.gradle.internal.variant.Appli...)