Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog in README needs updating #27

Closed
ajfclark opened this issue Aug 4, 2015 · 0 comments
Closed

Changelog in README needs updating #27

ajfclark opened this issue Aug 4, 2015 · 0 comments

Comments

@ajfclark
Copy link

ajfclark commented Aug 4, 2015

Added this library to my build.gradle file using the latest version number from the changelog as documented in README:

repositories {
    maven {
        url "https://jitpack.io"
    }
}

dependencies {
    compile 'com.google.android.gms:play-services:7.5.0'
    compile 'com.github.neopixl:PixlUI:1.0.5'
    compile 'com.android.support:appcompat-v7:22.2.1'
}

Build fails:

UNEXPECTED TOP-LEVEL EXCEPTION:
com.android.dex.DexException: Multiple dex files define Landroid/support/v4/accessibilityservice/AccessibilityServiceInfoCompatIcs;
        at com.android.dx.merge.DexMerger.readSortableTypes(DexMerger.java:596)
        at com.android.dx.merge.DexMerger.getSortedTypes(DexMerger.java:554)
        at com.android.dx.merge.DexMerger.mergeClassDefs(DexMerger.java:535)
        at com.android.dx.merge.DexMerger.mergeDexes(DexMerger.java:171)
        at com.android.dx.merge.DexMerger.merge(DexMerger.java:189)
        at com.android.dx.command.dexer.Main.mergeLibraryDexBuffers(Main.java:454)
        at com.android.dx.command.dexer.Main.runMonoDex(Main.java:303)
        at com.android.dx.command.dexer.Main.run(Main.java:246)
        at com.android.dx.command.dexer.Main.main(Main.java:215)
        at com.android.dx.command.Main.main(Main.java:106)

:app:dexDebug FAILED

FAILURE: Build failed with an exception.

Updated to:

repositories {
    maven {
        url "https://jitpack.io"
    }
}

dependencies {
    compile 'com.google.android.gms:play-services:7.5.0'
    compile 'com.github.neopixl:PixlUI:1.0.6'
    compile 'com.android.support:appcompat-v7:22.2.1'
}

Build completes.

Could the README changelog please be updated to include versions as they are created to save people spending hours trying to debug a problem that's already been fixed?

@neopixl neopixl closed this as completed Aug 4, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant