* What went wrong:
Execution failed for task ':app:prepareXwalk_core_library22525614Library'.
> Could not expand ZIP '/<root>/android/app/libs/xwalk_core_library-22.52.561.4.aar'.
i saw with --stacktrace command:
* Exception is:
org.gradle.api.tasks.TaskExecutionException: Execution failed for task ':app:prepareXwalk_core_library22525614Library'.
....
Caused by: java.util.zip.ZipException: archive is not a ZIP archive
at org.apache.tools.zip.ZipFile.positionAtEndOfCentralDirectoryRecord(ZipFile.java:771)
....
The Error occur:
i saw with
--stacktrace
command:my Env & deps:
how to resolve this?
thank you