The
admob tag has no wiki summary.
21
votes
5answers
9k views
Admob Error in Eclipse for android:configChanges
Eclipse is giving me an error on the android:configChanges line in my AndroidManifest.xml:
<activity android:name="com.google.ads.AdActivity"
...
12
votes
8answers
5k views
Admob - no ad to show
Hello
I try to make some example program showing ads on Android phone, and I try to test it on Emulator of v2.2
Everything in code seems to be fine, but AdListener in debugger says that:
Response ...
12
votes
4answers
8k views
Admob ad never displays in View
I am trying to get AdMob ads to display in my android application and have been unable to do so. I have contacted their support and have not received any response in almost a week, so I figured I ...
11
votes
2answers
7k views
AdMob can't display ads because of configChanges
I want to display AdMob's ads in my android application.
I do all the necessary like in the doc.
But I can't run my app because there is an error on my AndroidManifest.xml on this line :
...
8
votes
1answer
3k views
AdMob: Missing required XML attribute adUnitID
I'm new to the ad stuff, and I can't get it working.
I've done what's stated at http://code.google.com/intl/nl-NL/mobile/ads/docs/android/banner_xml.html.
This is my main.xml:
<TableLayout
...
8
votes
3answers
1k views
Android Admob advert in PreferenceActivity
Is there a way to add an admob advert to a PreferenceActivity? How to?
7
votes
6answers
852 views
Recommendations on mobile advertising for android
After doing about a day's worth on research on which mobile advertising service to use for Android, I'm more confused than when I started out.
Some of what I have learned is that
Admob with ...
7
votes
6answers
1k views
Android AdMob causes memory leak?
I've integrated AdMob v4.1.0 into my application and it seems to have caused a huge memory leak (pretty sure that it already happened on 4.0.4).
In order to isolate the problem I created a new ...
7
votes
1answer
2k views
How to get ad to show at bottom of screen without overlap
I have an admob ad banner which I'd like to put at the bottom of my screen, and have the rest of the content resize to fill the available space when the ad loads in. I see the exact thing I want ...
6
votes
4answers
5k views
Admob implementation Error
I got a Problem with implementing Admob into an App.
This is my main.xml:
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
...
6
votes
2answers
2k views
AdMob orientation problem in Android
My application integrates with AdMob ads. When I change the orientation it should fit the screen depending on orientation. In portrait mode it is working fine, but when I changed to landscape mode ...
5
votes
2answers
65 views
how to make admob work with android version <=3.2?
I just downloaded the latest admob sdk and added it to my app. But it says it needs android 3.2 to compile.
I just want to if my app will work fine on previous android versions and will the ads load ...
5
votes
3answers
505 views
Is there a way to use a variable ad banner size?
I'm using Android MOB, and I'd like to use different sizes of banners, especially for the larger screen sizes. I'm using XML code to do so. Is there a way I can use XML to make it work? I'd like to ...
5
votes
4answers
2k views
AdMob Response message is null or zero length
So, I've been trying to implement AdMob API's in my app for several days and I've basically copied and pasted the basic sample code provided. It seems to be working, but I keep getting ...
5
votes
2answers
1k views
How do I use Admob on the Android OS?
Using AdMob, how can I give an advertisement in an Android Application?
5
votes
2answers
4k views
Admob ads not showing up
I've got a problem with Admob not showing up Ads...
Here's the LogCat:
WARN/AdMobSDK(502): Ignoring requestFreshAd() because we are requesting an ad right now already.
INFO/AdMobSDK(502): No fill. ...
5
votes
1answer
1k views
ImageIO: ERROR - MetadataLib.dylib not found
I'm getting an odd error in my console when running my app sometimes:
ImageIO: ERROR - MetadataLib.dylib not found
I'm not sure what this is related to, but I am running AdMobs ads.
4
votes
3answers
367 views
Admob ad not showing up in emulator or phone
I am trying to place Admob ads in my app, and I followed all the instructions but it's not working.
AdView adView = new AdView(this, AdSize.BANNER, "My_ID");
RelativeLayout.LayoutParams lp = new ...
4
votes
2answers
3k views
good resource for android admob tutorial
Is there anyone have any good tutorial about admob for android apps? from registering , where to get the API, how to place ads in apps and how to payout?
I've never deal with admod before so I don't ...
4
votes
4answers
1k views
Unable to server AdMob ads on android using google SDK
I've been searching for the answer for a while, but I can't find the same set of circumstances, so I turn to you for help...
I'm trying to use the google SDK (not the admob sdk) to put ads in my ...
4
votes
1answer
583 views
iAd integration in IPhone
I want to integrate iAd and adMob in My application.
I have also integrate it successfully. when iAd in not able to load at that time adMob is come. adMob is working fine when I have test is using ...
4
votes
1answer
965 views
AdMob API and keywords
Does anyone manage to get relevant advertisement from AdMob server when setting keywords or search query ? My application runs on Android and I manage to retrieve ads from the AdMob server.
I try ...
4
votes
1answer
1k views
How can I get device ID for Admob
I'm using Eclipse to develop applications for android, and I want to integrate Admob to make money.
The tutorial says I should watch the LogCat to find ID, but where is it?
When I run in either the ...
4
votes
5answers
2k views
admob alternatives
I was wondering if someone had some experience with an ad service for android other than admob. I'm doing way better with iAds so is there another service I could use for my android app that would ...
4
votes
4answers
3k views
AdMob Ads not displaying
I'm adding AdMob ads (say that five times fast) to my finished, published Android app. I added the code from the PDF included with AdMob, following their instructions to a tee. The test ads show up ...
4
votes
2answers
3k views
How to force Admob to refresh on Android
I have an app with Admob ads on it but I find that when I use it the ad almost never refreshes because I don't change activities, instead I just update a text view when buttons are pressed. I have ...
4
votes
1answer
1k views
How can I use a wrap a TabHost containing a MapView that also displays an AdMob view below it?
I'm very new to Android (like 2 days), but I'm experienced with other layout toolkits. I'm trying to put an AdView below a TabHost, and it seems that I can either get the TabWidget or the AdView to ...
3
votes
2answers
69 views
Java code to force all devices to show test ads
AdManager.setTestDevices( new String[] {
AdManager.TEST_EMULATOR, // Android emulator
"E83D20734F72FB3108F104ABC0FFC738", // My T-Mobile G1 Test Phone
}
I wanted to give my test Android ...
3
votes
3answers
104 views
AdMob Ad not running on phone
After my previous question I have managed to Add and Ad banner to my App, But when i run
it in simulator or phone, in the ad banner it says
"You must have AdActivity declared in AndroidManifest.xml ...
3
votes
1answer
29 views
Error OnFailedTorecieve in admob
I am having a problem with Admob. When I run my application, instead of showing the ad, it says 'XML attribute missing "adsize"'. The log says OnFailedToRecieve ad request. I can't trace what's ...
3
votes
1answer
496 views
Admob in phonegap android suddenly stop working
I've intergrated admob into my android phonegap app using the smartphone web method. In test mode, test ad will be shown everytime i open the app. Testing with live ad also a success, although ...
3
votes
1answer
1k views
Admob with Android: unable to parse android:configChanges in manifest
I am trying to add ads to my Android app using Admob, but have hit a brick wall. Admob says it requires the following from logcat
E/Ads (26043): The android:configChanges value of the ...
3
votes
2answers
381 views
Android Admob 4.1.1 has a memory leak (see attached test project). Cause/fix/work around?
I have a test project which demonstrates a memory leak caused by Admob 4.1.1.
The basic scenario is I have two activities and I switch back and forth between the main and the sub activity several ...
3
votes
1answer
196 views
How to properly configure AdMob using IntelliJ IDEA?
I'm trying to incorporate AdMob into my Android application. I'm using IntelliJ IDEA for development and I cannot seem to set my project up properly. At this point I've done the following:
Did all ...
3
votes
1answer
448 views
android admob not showin up- screen size too small
I have a webview and an admob ad onthe bottom. It is getting the ad but not displaying it because the screen is too Small. Previosuly , when I ran it in just a linear layout the ad would show up fine. ...
3
votes
1answer
380 views
App force closes on adding admob webview
I have a webview in my app, that's it. I tested it, its working but when i add admob to the code, it starts force closing. I did some commenting to see what's causing it to close and when i remove the ...
3
votes
1answer
393 views
Google AdMob Ads SDK vs Prev SDK
I am using Admob from the past one year in different projects. And all of them are working fine with the previous libAdmob.a libraries.
As I can see Google has launched new libraries like GADBanner ...
3
votes
2answers
278 views
Work around AdMob's 35-character URL limit?
To advertise an app on AdMob, you select a “Target URL” which is where users get directed when they click on your ad. A Target URL to the Android Market might look like this:
...
3
votes
2answers
313 views
Admob on Android - Status bar area not covered when activity is resumed
I'm experiencing very nasty bug trying to implement Admob in my
application.
I thought the problem is in my code, but after some investigation I
found it present also in Android-Banner-Essentials ...
3
votes
2answers
372 views
How to prevent others from removing my admob Ads?
I've published an application to Google appmarket.
And I am using admob to gain some profit. Now I find that someone downloaded my app and removed the ads, and published it to some other market, ...
3
votes
1answer
585 views
Including Google AdMob SDK to use with Ant
I'm using the (new?) AdMob SDK using instructions on this Google site. We are supposed to integrate the GoogleAdMobAdsSdk-4.0.4.jar file into our project. Problem is: how do we do this using Ant? I ...
3
votes
2answers
348 views
GoogleAdMobAdsSDK-4.0.2.jar and google GSON
I recently downloaded the newest GoogleAdMobAdsSDK-4.0.2.jar to use in
my Android project. My project also uses the gson-1.5.jar library.
After importing the GoogleAdMobAdsSDK-4.0.2.jar and build, ...
3
votes
1answer
344 views
How can I make my ads appear faster in my android app?
I've put some ads into one of my android apps and I'm just testing it out on my device.
When I load up my app, it can take around 5-10 seconds for the ad to display. Realistically, the user would ...
3
votes
5answers
3k views
Correctly disable AdMob ads
I am integrating AdMob into my app and I wonder how to disable Ads correctly. I want to give the user the ability to disable them. I don't want to get any problems with AdMob because of wrong ...
3
votes
1answer
283 views
Admob orientation support in Android
I'm new to Android platform and currently considering Admob integration into my application. I have 2 questions regarding this:
I've managed to integrate Admob test ads into my app but don't know ...
3
votes
5answers
2k views
AdMob into AdobeAIR app for Android
Not sure if this is the right place to ask this question but i`ll give it a try .
Does anyone know how to put AdMob ads / any-other-ad into Android applications developed in Flash for Adobe AIR ?
I ...
3
votes
2answers
356 views
android and ads
Alright, I've done my googling and found this article to help me out with my small app. However, that one is getting old so I just have to ask, do I really need admod and adwhirl accounts and jars to ...
3
votes
1answer
515 views
Binding ObjectiveC Class to C# problem
Binding ObjectiveC Class to C# problem
The monotouch project describes how to bind Objective-C Types for use with MonoTouch. We failed to do this for the AdMob library (see also the ...
3
votes
4answers
4k views
Using iAd as default ad network, and AdMob if iAd fails
I've built my app this way and everything seems to be working more or less. After hearing about the notoriously low iAd fill rate I decided that this would be the best method, but I tried googling it ...
2
votes
1answer
46 views
adview on every tab (tabhost, admob)
Im trying to get the Google Ads adview on every tab of my tabhost, but its not working.
If I place the adview in the main.xml, I can see the adview on every tab.
But the problem then is that the views ...