0
votes
1answer
33 views

google ads didn't work with me

helo i use this <com.google.ads.AdView xmlns:ads="http://schemas.android.com/apk/lib/com.google.ads" android:id="@+id/adView" android:layout_width="fill_parent" ...
0
votes
1answer
27 views

Android app crash when rotating using AdMob

Hey i recently add a ads banner to my app and after i added it all works fine... Until I rotate the phone and then the app crash I added the following code to my original app code: In my home ...
0
votes
4answers
278 views

why i have this error with adactivity declared in androidmanifest.xml with configchanges

Android 2.1 googleAdmobAdsAsdk6.2.1.jar my problem show when i test my ads in my app --> error --> you must have adactivity declared in androidmanifest.xml with configchanges i'm try to add full ...
0
votes
1answer
33 views

Ads in Java Desktop

I'm preparing to deploy a game developed using LIBGDX for both android and Desktop computers. Is there a way to put ads in a desktop application? I'd like to generate revenue from the desktop ads ...
2
votes
1answer
228 views

Admob via Adwhirl: Not enough space to show ad! Wants: 480, 75, Has: 480, 0

I have searched around and cannot seem to find an answer to an answer to this issue that works. The error I get is "Not enough space to show ad! Wants: 480, 75, Has: 480, 0" It seems that for some ...
0
votes
1answer
35 views

trying to get device id for google admob, still getting real ads

I'm writing an android application and i'm using google admob api for ads. I was able to add TEST_EMULATOR for the test devices so whenever i use my android emulator device i see fake ads so i won't ...
1
vote
2answers
46 views

Cant remove admob from scrollview

Ive got this project and ive put admob on it but the ad must always be on the bottom of the screen and when you scroll up and down the page the ad must stay in the same place. It seems ive done ...
0
votes
2answers
61 views

Admob Error in Android Application

I'm utilizing admob into my app and I keep on getting the following error. Keep in mind that I'm a beginner at android development. updated error stuff - dunno what ive done <?xml version="1.0" ...
0
votes
1answer
31 views

Android : admob on canvas

How to draw working example of AdMob on Canvas ? I searched all web but didn't find really working answer ! please help !
3
votes
1answer
35 views

add mob not working on app

im trying to set up admob on my app and its not working its coming up with a error on the line where you have to put your user ID in for the admob service to work :( package ...
0
votes
1answer
42 views

Android : AdMob on canvas

I have one class where i set all Bitmaps and so on , and call class where i define Canvas adn all draw methods. thats like i draw all items , When i add AdMob i just call method to draw it from main ...
1
vote
0answers
32 views

Android : screen width Dialog with adMob

I want to create dialog with adMob , but it always gives an error , that its not enough place to put it . so is it possible to make dialog width equal to screen width ? here is how i create it all : ...
8
votes
6answers
6k views

Error inflating class com.google.ads.AdView

Hello I am new to android dev and admob. I am trying to make a simple test app with a button, a couple pages and admob at the bottom. Everything works fine until I try implementing admob. Here is my ...
0
votes
1answer
42 views

Android: Problems with AdMob

I added into my app AdMob. @Override public void onResume() { super.onResume(); if(adView == null) { // Create the adView adView = new AdView(this, ...
0
votes
2answers
31 views

Unable to place the ad at bottom of linear layout

I am trying to get the ads in the bottom of the layout permanently. I am using tabhost, when I place my ad above the freamelayout it displays me the ad at the top. I want to place this ad on the ...

1 2 3 4 5 8
15 30 50 per page