【Androidのステップアップの旅】コンパイルエラー:Caused by:java.util.zip.ZipError:jzentry==0,...name=*.jar,message=null


一、問題の説明
午後、アプリをコンパイルしたところ、次のようなエラーが発生しました.
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