Open rage28 opened 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.
I have the same problem
i have too
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.