I'm currently working on a game using the libgdx library, recently i tried using the google game services library created by Informatix, found here starting on post #20.
I also want to implement the admob ads on the same game, the problem is that since both libraries require the same Google-Game-Servicess dk the application throws an error when trying to compile. I can only use either admob library or googlegameservices library at any time but i can not use both libraries at the same time. My question is is there a way to fix this issue?
I read a post where Erel adviced to change the name of the DependsOn attribute on the xml file of the library, I've tried doing that but it still won't work. Any advice or suggestion on this would be greatly appreciated.
Thanks
Walter
I also want to implement the admob ads on the same game, the problem is that since both libraries require the same Google-Game-Servicess dk the application throws an error when trying to compile. I can only use either admob library or googlegameservices library at any time but i can not use both libraries at the same time. My question is is there a way to fix this issue?
I read a post where Erel adviced to change the name of the DependsOn attribute on the xml file of the library, I've tried doing that but it still won't work. Any advice or suggestion on this would be greatly appreciated.
Thanks
Walter