Sitata / titanium-google-analytics

Google analytics for Appcelerator Titanium
MIT License
92 stars 47 forks source link

Google Play Services jar file clash #8

Closed Wingee closed 9 years ago

Wingee commented 9 years ago

Hi, I'm having a problem using your module. When Titanium compiles my app it says that the google-play-services.jar file clashes with the one used in ti.map module.

I've tried using the jar file you provide for ti.map and vice versa but I still can't get the app to compile.

Any ideas? Thanks

astjohn commented 9 years ago

Hi @Wingee,

The android module uses uses Google Play Services Version 6.1 (rev 21 - 6171000).

If you're referring to our Ti.Map module, you will need to use the jar from our branches and not the stable nor master branch. Note that we have yet to submit a pull request for this module to appcelerator.

https://github.com/Sitata/ti.map/tree/drawing_longpress_fix_ios/

If you're having clashes with your other modules, you will need to copy this newer jar into the other modules' folder structure. If the jar is not compatible with those modules, you're out of luck and will have to pester the other module authors to update their modules or abandon use of this module. I have successfully used this version of Google Play Services with several other modules so far so it probably won't be a problem.