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

后端 未结 17 1986
故里飘歌
故里飘歌 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:28

    you just need to change your project.gradle file. And sync your Gradle.

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

提交回复
热议问题