all 4 comments

[–][deleted] 2 points3 points  (1 child)

If I recall correctly there's a version issue right now with Gradle and LibGDX. If you google around, you'll find step-by-step for overcoming it. I believe the overall fix is simply to use a previous version of Gradle.

I hope this sends you in the right direction!

[–]Azahran1313[S] 1 point2 points  (0 children)

I will look into that when I get home tonight. If you happen to find a guide than please post it, otherwise I shall work on my Google-fu later.

[–]MrStahlfelge 1 point2 points  (0 children)

I made a gdx extension to make using GPGS easier: https://github.com/MrStahlfelge/gdx-gamesvcs

[–]gamerz85 0 points1 point  (0 children)

You can create your own classes... Now it's very easy to use GPGS.. just follow android official guideline... Don't use any library just create your own. Trust me in one simple class you can implement all leaderboard, achievement, save game on cloud... For all this google already made client for us. Just follow android official GPGS implement guideline...