facebookarchive / network-connection-class

Listen to current network traffic in the app and categorize the quality of the network.
Other
3.19k stars 515 forks source link

com.android.dex.DexException: Multiple dex files define Ljavax/annotation/CheckForNull; #4

Closed Guro closed 9 years ago

Guro commented 9 years ago

After adding compile 'com.facebook.network.connectionclass:connectionclass:1.0.0' to gradle config we are getting this error: com.android.dex.DexException: Multiple dex files define Ljavax/annotation/CheckForNull;

can you suggest anything?

SeyelentEco commented 9 years ago

We haven't seen this from anyone else. Can you check to make sure you aren't including a jar and using the gradle?

Guro commented 9 years ago

Yes I'm sure. Ok thats maybe because of our project configuration, ill investigate it more and try it on clean project.

Closing issue for now, will reopen it if will have more detailed info.