Gradle is failing on syncing my project in the new Android Studio 2.0

前端 未结 12 1582
春和景丽
春和景丽 2020-11-30 12:49

I have just upgraded (i.e., installed a full new version) my Android Studio from 1.5 to 2.0. The upgrade seemed to go smoothly, but I am having trouble with my project when

12条回答
  •  攒了一身酷
    2020-11-30 13:15

    I got same problem when I downloaded "BackboneExampleApp" source code from guithub Click Here For Code. I have done following process by watching settings of my old projects and found these errors. I resolved both errors, run my app and got errors to upgrade project and finally when I updated then no more problems exist. Just see pictures for help.

    build.gradle (Project:BackboneExampleApp-master)-->

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

提交回复
热议问题