Hello, I'm trying to build an android app with appcelerator 4.1.0 GA on Linux, and I want to use google analytics. I have the modules:
- ti.ga (v 1.0.1)
- analytics.google (v 3.1.0)
But when I use any of them I get the same error:
[ERROR] : Failed to run dexer:
[ERROR] :
[ERROR] : UNEXPECTED TOP-LEVEL EXCEPTION:
[ERROR] : java.lang.IllegalArgumentException: already added: Lcom/google/android/gms/maps/LocationSource;
[ERROR] : at com.android.dx.dex.file.ClassDefsSection.add(ClassDefsSection.java:122)
....
What's the right way to use those modules? I have tried to delete the jar file into them, rename, apply permissions...etc but nothing works.
Thanks