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

后端 未结 15 2268
伪装坚强ぢ
伪装坚强ぢ 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:39

    I also faced the similar issue when imported the existing project into Android Studio, this might happened because of gradle version mismatch between two different Android Studio platform.

    Solution(on Mac OS):

    1. Close the Android Studio.
    2. Locate the .gradle folder at User/.gradle/
    3. Delete the folder & clear the Trash.
    4. Relaunch the Android Studio & Sync your project. It will re-download the gradle plugins & configurations.

提交回复
热议问题