libGDX_admob
LibGDX sample project with AdMob
Uses a Simple game example from Libgdx Wiki
https://github.com/libgdx/libgdx/wiki/A-simple-game
do not forget set your admob id in mainactivity:
adView.setAdUnitId("INSERT_YOUR_ADMOB_ID"); // <= insert admob id
Admob banner will be added on top of game.