How to implement Admob in my Game in libGDX? [closed]
问题 Closed. This question is off-topic. It is not currently accepting answers. Want to improve this question? Update the question so it's on-topic for Stack Overflow. Closed 6 years ago . I am start working with libGDX and I want to use the AdMob in my Game. If someone have already worked on it, Give me the way to make this thing happen in the Game ? 回答1: layout = new RelativeLayout(this); adView = new AdView(this, AdSize.BANNER, adMObid ); View gameView=initializeForView(new TalkingFriendApp