I am trying to use Google Play Games Services with my android project. I have followed instructions as both seen on the official documentation and here as well: http://helios.hud.ac.uk/u1070589/blog/?p=202
Both libraries BaseGameUtils and google-play-services_lib are added and referenced by my project. BaseGameUtils references google-play-services_lib.
All boxes are checked under Properties -> Java Build Path -> Order and Export.
I receive the following error when attempting to run: Link of class 'Lcom/google/example/games/basegameutils/GameHelper;' failed
I don't understand the issue. I have followed the instructions exactly. And retried several times.
Any ideas?