【我的Android进阶之旅】编译出现错误:Caused by: java.util.zip.ZipError: jzentry == 0,... name =*.jar,message = null

一、问题描述

下午编译APP的时候,出现了如下所示的错误:

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':watch:transformClassesWithComponentCodeForDebug'.
> jzentry == 0,
   jzfile = 635410608,
   total = 303,
   name = D:\GitLab Source\XTCWatch_TalentAccount\XTCWatch\watch\libs\alibaba-alipaySingle-20170510.jar,
   i = 1,
   message = null

* Try:
Run with --info or --debug option to get more log output.

* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':watch:transformClassesWithComponentCodeForDebug'.
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.executeActions(ExecuteActionsTaskExecuter.java:100)
	at org.gradle.api.internal.tasks.execution.ExecuteActionsTaskExecuter.execute(ExecuteActionsTaskExecuter.java:70)
	at org.gradle.api.internal.tasks.execution.SkipUpToDateTaskExecuter.execute(SkipUpToDateTaskExecuter.java:63)
	at org.gradle.api.internal.tasks.execution

你可能感兴趣的:(我的Android进阶之旅)