allenymt / PrivacySentry

Android隐私合规整改检测工具,注解+Asm修改字节码的检测方案
MIT License
2.05k stars 262 forks source link

集成报错 #46

Open GeekTR opened 2 years ago

GeekTR commented 2 years ago

2022-07-20T17:57:57.408+0800 [ERROR] [org.gradle.internal.buildevents.BuildExceptionReporter] Execution failed for task ':app:transformClassesWithPrivacyCollectTransformForZfjProducationRelease'.

Records requires ASM8

用的gradle版本是gradle-7.0.2,和用了Dagger和Moshi有关吗?

GeekTR commented 2 years ago

`Execution failed for task ':app:transformClassesWithPrivacyCollectTransformForZfjProducationRelease'.

Records requires ASM8

`

allenymt commented 2 years ago

Records requires ASM8

应该是要ASM8,项目里还是ASM7

GeekTR commented 2 years ago

好吧,那应该是和moshi有冲突。我这边把moshi换成gson可以正常打包