Questions tagged [adview]

Google Adview is an API to show advertisements from Google Admob / AdSense on smartphones and tablets on the Android, iOS and Windows Mobile platforms.

Google Adview is an API to show advertisements from Google Admob / AdSense on smartphones and tablets on the Android, iOS and Windows Mobile platforms.

Questions tagged with are related to the operation and behaviour of this API.

API homepage

300 questions
0
votes
1 answer

AdMob error at running app

This is a java code: package h.a.s.i; import com.google.ads.AdRequest; import com.google.ads.AdSize; import com.google.ads.AdView; //and next public class about extends Activity { private static final String…
David Lahuta
  • 1
  • 1
  • 1
0
votes
1 answer

AdMob wont display ads

I put admob in a app, and I tested it and it works fine in a emulator and the ads show, but when I try to check if it works on my phone the ads dont show and I get these error messages in logcat: 06-02 10:30:58.405: W/Ads(6148): IOException…
William L.
  • 3,846
  • 9
  • 53
  • 72
0
votes
3 answers

NullPointerException with proguard

I'm using Proguard with my apps and I'm getting NullPointerExceptions sent to my Developer Console for random users. When I do a ReTrace, it seems to be an issue with the AdView I'm using. The confusing thing is, the error is happening in my…
Kris B
  • 3,436
  • 9
  • 64
  • 106
0
votes
1 answer

List of AdMob attributes used in xml and in extras

Searching through the web didn't give me the reference to neither the attributes which may be used when setting up AdMob's AdView in xml, nor the valid values used as AdRequest.extras. The official documentation on AdView in XML gives just following…
a.ch.
  • 8,285
  • 5
  • 40
  • 53
0
votes
1 answer

Ads in android app not working correctly

I am making an Android app within which I wish to display ads, however I can't get it to work correctly. When I try to add the configChanges to the AndroidManifest.xml, I get the following error, which is likely to be the problem... error: Error:…
user1183066
  • 115
  • 2
  • 6
  • 20
0
votes
1 answer

Trying to add AdView in android game

I am making an android game that i want to have ads on(the free version, not on the paid one), but i cant get it to work properly, it displays an ad-looking rectangle that says in red: You must have AdActivity declared in AndroidManifest.xml with…
user1183066
  • 115
  • 2
  • 6
  • 20
-1
votes
1 answer

Stay on the Application When i click adView android

I Implemented a adview into my application if i click on that adview. the ad should be called but should not show in front. our Application has to be shown in front..
-1
votes
2 answers

Display adview in the bottom in linear layout

I am trying to add adview in my application. The problem is adview is getting displayed next to the buttons and not in the bottom end of the screen, i tried android:layout_gravity="bottom" but it has no effect, the parent layout is linear layout. …
Psypher
  • 10,717
  • 12
  • 59
  • 83
-1
votes
2 answers

2 errors in android XML unbound xml & root not well formed

So earlier it said i had junk xml now after playing around and trying different solutions i have 2 errors instead of 1! Now i have an error next to ?xml version="1.0" encoding="utf-8"?> that says:error parsing prefix: unbound XML and the other…
badmanthe5
  • 71
  • 1
  • 2
  • 9
-2
votes
1 answer

ADV is covering ListView item

I have this layout:
Christian Giupponi
  • 7,408
  • 11
  • 68
  • 113
-2
votes
1 answer

Adview in Fragment is not displaying

Hi i am trying to display adview in fragment but i am not getting any result, it shows just blank area, in activity it works fine, for fragment i wrote the code as below: XML :
Rajesh Panchal
  • 1,140
  • 3
  • 20
  • 39
-2
votes
2 answers

Why my adView is half in screen area and helf out?

I added adview to my app programatically and I want it to be added/removed (if user make a in-app purchase) bellow my recycler view. I intentionally put mu Recycler view and adview in a Linear layout (container), which I am referencing in code and…
Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126
-3
votes
1 answer

Android Adview getting error

I get these errors when placing adview ad. error: Error parsing XML: unbound prefix
Nithin KR
  • 51
  • 6
-10
votes
3 answers

How to load interstitial ads in adview

I am referring this google tutorial to place interstitial ads in my app, https://developers.google.com/admob/android/interstitial. I am able to successfully show banner ads in adview, but interstitial ads are not being shown. I am using the below…
karan
  • 8,637
  • 3
  • 41
  • 78
1 2 3
19
20