Android studio - Failed to complete gradle execution - error in opening zip file

后端 未结 15 2231
伪装坚强ぢ
伪装坚强ぢ 2020-11-29 04:21

I\'m new to android development and android studio IDE.

I\'ve checked-out a project from bitbucket and when I try to compile it I get the following error:

15条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 04:36

    I had the same issue

    • Go to C:\Users\Jesus Navas.gradle\wrapper\dists\gradle-3.3-all(your gradle version).

    • Erase your current gradle version and write again in cmd "ionic build android".

    • However, your gradle will download again, then it will unzip it automatically, ready checkout the output .apk,

    this solved my issue

提交回复
热议问题