gradle, Could not expand ZIP appcompat-v7:19.0.1

后端 未结 16 2158
离开以前
离开以前 2020-12-01 16:10

I have a problem with Android Studio and Gradle to import appcompat-v7.

So here is my src/build.gradle:

apply plugin: \'andro         


        
16条回答
  •  攒了一身酷
    2020-12-01 16:31

    I found someone with the same problem here.

    The solution - albeit a temporary one - is to downgrade from Gradle 2.1.0 to 2.0.0 in my project's build.gradle file.

提交回复
热议问题