You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error:com.android.builder.dexing.DexArchiveBuilderException: Error while dexing autovalue/shaded/com/google$/common/collect/$Multimaps.class
Error:com.android.dx.cf.code.SimException: default or static interface method used without --min-sdk-version >= 24
Error:Execution failed for task ':app:transformClassesWithDexBuilderForQaDebug'.
> com.android.build.api.transform.TransformException: com.android.builder.dexing.DexArchiveBuilderException: com.android.builder.dexing.DexArchiveBuilderException: Failed to process /Users/ashwinikumar/Documents/Projects/android/app/build/intermediates/transforms/desugar/qa/debug/132.jar
Information:BUILD FAILED in 1m 30s
Although this issue disappears when you enable the new D8 dexer. It is not production ready as of now.
The only possible solution was to remove the implementation or compileOnly dependency on auto value and add the AutoValue annotation to the project manually as suggested in one of the issue comments
The text was updated successfully, but these errors were encountered:
causes
Although this issue disappears when you enable the new D8 dexer. It is not production ready as of now.
The only possible solution was to remove the
implementation
orcompileOnly
dependency on auto value and add theAutoValue
annotation to the project manually as suggested in one of the issue commentsThe text was updated successfully, but these errors were encountered: