Skip to content
This repository was archived by the owner on Feb 19, 2026. It is now read-only.
This repository was archived by the owner on Feb 19, 2026. It is now read-only.

Build failure due to un-pinned dependencies #3

@sel

Description

@sel

The dependency to recyclerview-v7 is not pinned to a specific revision. Since the refactor of the Android support-v4 library this causes a build failure due to duplicate class files (see below for the error message).

This can be fixed by setting the revision of recyclerview-v7 to 24.1.1 (i.e. to match the other support library versions). Additionally, appcompat-v7 is included twice; once un-pinned. The latter inclusion should be removed.

Build failure:

Execution failed for task ':Application:transformClassesWithDexForDebug'.
> com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompat$AccessibilityServiceInfoVersionImpl;

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions