When adding Google Play Services to support highscores I've updated Eclipse with the latest (v7.0) API and Google Play Services. Google's docs on
this page says:
"Copy the library project at /extras/google/google_play_services/libproject/google-play-services_lib/ to the location where you maintain your Android app projects."
But there appears to be no code in the "google-play-services_lib" folder. In my previous games there has been, so I copied the code from one of those projects, but this doesn't work (Eclipse doesn't recognize the copied folder as a project file).
Can anyone who recently have added Google Play Services (or just high scores) to their Google Play game shed any light on this?
Comments
Google Play Services 29 has them. But it doesn't work with the latest gaming lib, you need to use Google Play Services 26 as that works correctly with the lib.
The latest play services has automatic login, so the sooner the gaming lib is updated, the better.
Likes: antix
https://deluxepixel.com
It will be great when we don't have to bother with this junk anymore. How is that all coming along?
https://deluxepixel.com
Likes: SinisterSoft
@antix, did you do a writeup on how to integrate with Android Studio? It might be a good idea to do the switch now, since I have a clean project to export for once.
Likes: antix
How would I build a player, which includes the plugins I need, so I can test without having to compile a new build every time in Android Studio?