Tagged Questions
0
votes
0answers
43 views
Back key is not processed after return from admob adview in libgdx
2 ways to reproduce the problem:
* touch on the ads from admob, drag to normal area of game screen, now pressing the back key will cause the app dissmiss(going to background?)
click on the ads and ...
0
votes
1answer
60 views
Can you draw layers over an AdView? (opnenGL/libgdx)
I'm making sort of a drawing program and using admob to get some earnings :)
So what I want is when the user draw a line over the AdView it renders over it and not under. Is it possible or complete ...
0
votes
1answer
188 views
can't see admob banners in libgdx app
I added the code as it is written
here
But I can't see banners with ads in my game.
My app is published. But the current version is not published yet.
I've added to manifest:
<uses-permission ...
0
votes
1answer
142 views
how to test libgdx admob on java application if emulator not working?
My emulator is not working fine simultaneously I want to test my "libgdx admob" code on my application.
Is there any way to test it on desktop application of libgdx?
Please help!
2
votes
1answer
458 views
How to change AdMob orientation in Libgdx
I have tried to change AdMob orientation in Libgdx, when the user reach a screen. I want to put it to the bottom of the screen. I have made a handler, implement it on the appropriate screens, and then ...
0
votes
1answer
527 views
libgdx no show admob
Please tell me why do not see a banner ad.
Screen is displayed with the game, as if the banner is not provided.
Error does not occur.
@Override
public void onCreate(Bundle savedInstanceState) {
...
1
vote
0answers
151 views
libGDX app with admob throws NoClassDefFoundErrror
Please help me figure out why the commented-out lines below cause a NoClassDefFoundError
@Override
public void onCreate(Bundle savedInstanceState) {
super.onCreate(savedInstanceState); ...
0
votes
1answer
345 views
Adding admob underneath game view
I have been trying to put admob underneath my game view.
here is my code
public class HoodStarGame extends AndroidApplication {
@Override public void onCreate (Bundle savedInstanceState) {
...
0
votes
1answer
1k views
Android admob test device not working
I am trying to implement admob into an app i am making. When testing the ad's on an emulator the ads show up fine, but when testing on an actual device there are no ad's.
Logcat for device:
02-06 ...
