Search Unity

Error Building Android using 2019.1f31

Discussion in 'Addressables' started by spinteractive, May 24, 2019.

  1. spinteractive

    spinteractive

    Joined:
    Dec 19, 2015
    Posts:
    75
    I am trying to build my Android project in Unity 2019.1f31 and get this error at the end of the build process:

    Code (CSharp):
    1. Build failure com.android.build.api.transform.TransformException: com.android.builder.dexing.DexArchiveBuilderException: com.android.builder.dexing.DexArchiveBuilderException: Failed to process /Users/spin/.gradle/caches/transforms-1/files-1.1/com.android.support.support-fragment-26.1.0.aar/ccd5e1b70db7ab174f18c2e28670dc6a/jars/classes.jar See the Console for details.
    In older versions on Unity, I used the Internal option as the build system, but 2019 version does not have that. So it looks like it uses the Gradle which I don't know much about.

    Any ideas how to fix?
     
    Last edited: May 24, 2019