Gradle build failed - unable to unzip

前端 未结 2 703
不思量自难忘°
不思量自难忘° 2021-02-15 17:44

I am doing a project using android studio.Recently it showed an error that your SDK is missing or out of date so, I downloaded SDK once again.Now it shows an error

2条回答
  •  囚心锁ツ
    2021-02-15 18:42

    You need the clear the build cache. Select View > Tool Windows > Terminal from the menu bar and use one of the following commands:

    On Windows: gradlew cleanBuildCache

提交回复
热议问题