1. 程式人生 > >使用android遇到的問題報failed to open zip file錯誤

使用android遇到的問題報failed to open zip file錯誤

在android studio匯入專案的時候出現了 failed to open zip file的錯誤,

根據網上的說法,定位到了,grale--->wrapper---->gradle-wrapper.properties的配置檔案,在檔案中,

關於distributionUrl的配置,發現我的android studio中是  https\://........

果段的把https改為http,,,OK就好用了