KodyVanRy
KodyVanRy

Reputation: 1108

Eclipse Google SDK

So essentially what I have is a libGdx Program that I have written in Eclipse and I want to add in Google Leaderboards to my app. I have looked at what google has posted on their website on how to add BaseGameUtils to your project. I cannot seem to follow and understand how to add BaseGameUtils to my project. I need it most specifically for GameHelper. I would appreciate any guidance, step by step instructions, or even screenshot instructions.

Upvotes: 0

Views: 51

Answers (1)

Kostas Drak
Kostas Drak

Reputation: 3260

alright first of all you need to download the google play services sdk from the sdk manager and install it.

2) you need to download the Library Project named BaseGameUtils

3) you need to open eclipse and import the project into the workspace

4)Right-click your project and select Properties

5)Select Android in the list, In the Library panel click add project as library and select the BaseGameUtils and your done...i hope this helps.

Upvotes: 1

Related Questions