projectodd / stilts

Stomp Integration Layer and Transaction Server
http://stilts.projectodd.org/
Apache License 2.0
38 stars 30 forks source link

Stils on Android dex issues #25

Open rage28 opened 10 years ago

rage28 commented 10 years ago

When using the stilts-stomp-client on Android, during compilation I get the multiple dex files error:

Error:Android Dex: [example.stomp] com.android.dex.DexException: Multiple dex files define Lorg/projectodd/stilts/stomp/Constants;

The error occurs due to the fact that the Constants.java exists in both the stom-api and stomp-client dependencies in the same package namespace.

smlshn commented 9 years ago

I have the same problem

redbyzan commented 8 years ago

i have too