iOS and Android Leaderboards and Ad Integration

Hey,

I’ve finally fully completed a game and I’m looking into implementing leaderboards and ad integration for iOS and Android (maybe even PC).

I really have no idea where to start. Could anyone give me some advice? I’m using Libgdx.

Thanks,
Rayexar.

And according to Google, LibGDX has integrated several of the Google services:

https://developers.google.com/games/services/integration/

I’m following this tutorial: http://www.agur.pl/blog/implementing-admob-for-libgdx/

and I’m stuck at the bit where AdRequests are created. In the tutorial, they do this:

AdRequest adRequest = new AdRequest();
        AdRequest fadReq = new AdRequest();

however I can’t create an AdRequest, as eclipse says it requires a Builder parsed into the constructor. Any ideas on how this is done?

UPDATE: This solved the problem: http://stackoverflow.com/questions/25123447/admob-new-adrequest-unrecognized-by-eclipse