android - AdWhirl not showing AdMob ads -


I have integrated AdWhirl in my project and I just want to display Admob only.
But only one advertisement has been shown ... there are no other ads coming ... In logcat this is a refreshing advertisement after 30 seconds but they are not appearing on the screen.
I am using the same coding on the adverral official website.
Please tell me how I can do this ... I need a very important thing about this: Android: layout_width = "fill_parent" Android: layout_height = "wrap_content" Android: layout_marginBottom = "5dp" Android: Orientation = " & gt; & Lt; TextView Android: Layout_width = "FillPrint" Android: Layout_Hyhat = "Wrap-content" Android: Text = "" /> & Lt; Com.adwhirl.AdWhirlLayoutAndroid: id = "@ + id / adwhirl_layout" Android: layout_width = "fill_parent" Android: layout_height = "wrap_content" /> & Lt; / LinearLayout & gt;

And this is in my main category:

  Try AdWhirlManager.setConfigExpireTimeout (1000 × 60 * 5); AdWhirlTargeting.setAge (23); // AdWhirlTargeting.setGender (AdWhirlTargeting.Gender.MALE); // AdWhirlTargeting.setKeywords ("Online Games Gaming"); // AdWhirlTargeting.setPostalCode ("94123"); AdWhirlTargeting.setTestMode (incorrect); AdWhirlLayout adWhirlLayout = (AdWhirlLayout) Find ViewById (R.id.adwhirl_layout); // textview text view = new text view (this); RelativeLayout.LayoutParams LayoutThird = New Relative Layout LayoutPalm (Layout Paramount. MATCH_PARENT, Layout Para MATCH_PARENT); Int diWidth = 320; Int diehigh = 52; Intensity density = (int) getResources (). GetDisplayMetrics () Density; AdWhirlLayout.setAdWhirlInterface (this); AdWhirlLayout.setMaxWidth ((int) (diWidth * density); AdWhirlLayout.setMaxHeight ((int) (DIHIGHT * density); LayoutParams.addRule (RelativeLayout.CENTER_HORIZONTAL); // textView.setText (""); LinearLayout layout = (LinearLayout) findViewById (R.id.layout_main); Layout.setGravity (Gravity.CENTER_HORIZONTAL); Layout.addView (Edworld Layouts, Layout Prarm); // layout.addView (text view, layoutprim); // layout.invalidate (); } Hold (exception e) {Log.e ("error", estosting ()); }   

Edit:
I forgot to add the first question.
This is my manifest.xml file

  & lt; Meta-Data Android: name = "ADWHIRL_KEY" Android: value = "My_KEY" />    

You are not losing the Edworld Key in your Android manifest < P> Be sure your AdWhirl key is also in the manifest (either under gt; , or & lt; app & gt; tag) :

  & lt; Meta-Data Android: Value = "Your Key" Android: name = "ADWHIRL_KEY" />   

It looks like you are not getting any inventory (ad) from all the networks. Are you certain that you set them up correctly in the things of the AdWhirl control panel?

Also, to add them to your APP and register for Ad Networks You also have to create an account with each ad network.

Also check for network libraries are they installed properly?

Comments

Popular posts from this blog

Python SQLAlchemy:AttributeError: Neither 'Column' object nor 'Comparator' object has an attribute 'schema' -

java - How not to audit a join table and related entities using Hibernate Envers? -

mongodb - CakePHP paginator ignoring order, but only for certain values -