gradle, Could not expand ZIP appcompat-v7:19.0.1

后端 未结 16 2170
离开以前
离开以前 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:48

    For me the issue was with the folder that the file was being unzipped to. Deleting that and running the build again sorted it out

提交回复
热议问题