Questions tagged [basegameutils]

8 questions
2
votes
2 answers

Is BaseGameUtils still necessary? (Implementing Android leaderboards)

I'm porting to AndroidStudio format an old game project which is using using old BaseGameUtils Eclipse style Android library project, which must be imported as a library to the game project. Is there a gradle dependence alternative to BaseGameUtils…
NullPointerException
  • 36,107
  • 79
  • 222
  • 382
1
vote
0 answers

Google Play network connection doesnt work

I am trying to connect my App to Google Play Services, for to add games achievements, but it doesn´t connect. It returns me this message: Failed to sign in. Please check your network connection and try again. I reinstalled Google Services, and it…
1
vote
0 answers

build.gradle "a newer version of xxxx" is available

I'm getting a warning in the BaseGameUtils build.gradle file like so: I'm trying to understand the warning I'm getting regarding the version number. In the dependencies, I'm using '20.0+' and the error tells me that there is a later version than…
Zippy
  • 3,826
  • 5
  • 43
  • 96
1
vote
1 answer

Android Studio Gradle Error - Versions Crashes and BaseGameUtils

Firstly this problem emerged without no rhyme or reason. Probably it appeared after last updating. The warning I get says "I have a version conflict" but i can't find the old version code block anywhere. here picture.. Click here.. And when i glance…
0
votes
1 answer

Is BaseGameUtils Still Needed for Leaderboards?

Every single tutorial and stackoverflow question seems to indicate that it is needed and should be downloaded at android-basic-samples here: https://github.com/playgameservices/android-basic-samples However, BaseGameUtils was removed from the…
0
votes
1 answer

Can't find BaseGameUtils under android-basic-samples-master. New alternatives?

This might seem stupid, but I spend a long time trying to find BaseGameUtils library under android-basic-samples-master. From this download, I simply cant find anything about BaseGameUtils. I am a mac user and using Android Studio. Please help,…
MegaVako
  • 43
  • 7
0
votes
0 answers

Is there a way to add BaseGameUtils library project as a gradle dependency?

I have been using BaseGameUtils library as another module in my project. Since gradle's introduced it is very easy to add third-party libraries to the project using the dependency management system . I would like to add BaseGameUtils as a gradle…
Jayakrishnan
  • 4,457
  • 29
  • 29
0
votes
1 answer

Google Sign In trouble after using baseGameUtils Android Studio

After extending BaseGameActivity on MainActivity, when you open the game it shows the animation of connecting to Google Play Games but at the end shows the message Failed to sign in. How can i solve it?