Skip to content
This repository has been archived by the owner on May 26, 2022. It is now read-only.

Check Not Null DMX Conflict #25

Closed
alissongodoi opened this issue Sep 10, 2017 · 1 comment
Closed

Check Not Null DMX Conflict #25

alissongodoi opened this issue Sep 10, 2017 · 1 comment

Comments

@alissongodoi
Copy link

I was trying to compile for Android -4.4 and I got a DMX File Conflict for the Java Annotations for CheckNotNull file class.

Error on running app:
:app:transformClassesWithDexForDebug Ljavax/annotation/CheckForNull;

I had to add the following to compile successfully:
compile ('com.github.andriydruk:rxdnssd:0.9.1') {
exclude group : 'com.android.support', module: 'support-annotations'
exclude group: 'com.google.code.findbugs', module: 'annotations'
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants