Android Studio - Failed to apply plugin [id 'com.android.application']

后端 未结 17 2046
故里飘歌
故里飘歌 2020-12-08 12:38

I am working on an app. In my app there is no error in code but when I try to run my project it gives following errors.

Error:(1, 1) A problem occurred e

17条回答
  •  轮回少年
    2020-12-08 13:39

    Whenever you update your Gradle files do not forget to check the compatible Gradle wrapper distibutionUrl, in your case it happened because of the same.

    distributionUrl=https://services.gradle.org/distributions/gradle-5.6.4-all.zip

提交回复
热议问题