didi / didi/DoKit

SHA1 digest error for com/vividsolutions/jts/JTSVersion.class

Open
#672 3 comments 0 reactions 0 assignees View on GitHub
Dominant language
Java
Stars
20.4k
Forks
3.2k
Avg merge
1d 12h
Merged PRs (30d)
2

Description

Android集成3.0.8.0后编译没有通过
targetSdk=28
AGP = 3.3.1
关闭DOKIT_METHOD_SWITCH = false 可以编译通过
DOKIT_METHOD_SWITCH = true 会报错 如下:

Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/JTSVersion.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/Angle.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/BoundaryNodeRule$EndPointBoundaryNodeRule.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/BoundaryNodeRule$MultiValentEndPointBoundaryNodeRule.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/BoundaryNodeRule$MonoValentEndPointBoundaryNodeRule.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/BoundaryNodeRule$Mod2BoundaryNodeRule.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/CentralEndpointIntersector.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/CGAlgorithms.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/BoundaryNodeRule.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/CentroidLine.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/ConvexHull$RadialComparator.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/CentroidPoint.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/ConvexHull.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/CentroidArea.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/HCoordinate.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/InteriorPointArea.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/InteriorPointLine.class
Broken class: /Users/smart_sparkle/work/plugin/app/build/intermediates/transforms/DoKitCommTransform/debug/9.jar!/com/vividsolutions/jts/algorithm/InteriorPointPoint.class

> Task :app:transformClassesWithDoKitDependTransform_1ForDebug FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':app:transformClassesWithDoKitDependTransform_1ForDebug'.
> java.util.concurrent.ExecutionException: java.util.concurrent.ExecutionException: java.lang.SecurityException: SHA1 digest error for com/vividsolutions/jts/JTSVersion.class

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.