I have android project and I added this jar file: "mahout-math-0.5" and when I try to run android application I get the next error:
[2013-10-09 14:13:50 - Dex Loader] Unable to execute dex: Multiple dex files define Lorg/apache/mahout/math/function/DoubleFunction;
[2013-10-09 14:13:50 - DargAndDrop] Conversion to Dalvik format failed: Unable to execute dex: Multiple dex files define Lorg/apache/mahout/math/function/DoubleFunction;
I am understand that the problem is have two dex files in my project but how I can remove one of them I see answers of others people but I can not carry them in my project thank you every body