Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 3429076
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T07:02:16+00:00 2026-05-18T07:02:16+00:00

now i’ve been tring to integrate adwhirl to my application it does not show

  • 0

now i’ve been tring to integrate adwhirl to my application it does not show any add from the admob provider.But it will show house ads does not seem any problem with that

I added log cat file

To verify working of admob I interated with the same application too it does n’t show any problem

Any help will be appreciated

thanks in advance

11-19 15:18:33.149: DEBUG/AdWhirl SDK(572): Showing ad:
11-19 15:18:33.149: DEBUG/AdWhirl SDK(572):     nid: 95eb0bdbbc484f8a86e69d15e04f7644
11-19 15:18:33.149: DEBUG/AdWhirl SDK(572):     name: admob
11-19 15:18:33.149: DEBUG/AdWhirl SDK(572):     type: 1
11-19 15:18:33.149: DEBUG/AdWhirl SDK(572):     key: a14ce50397c3043
11-19 15:18:33.149: DEBUG/AdWhirl SDK(572):     key2: 
11-19 15:18:33.149: INFO/dalvikvm(572): Failed resolving Lcom/adwhirl/adapters/AdMobAdapter; interface 88 'Lcom/admob/android/ads/AdListener;'
11-19 15:18:33.149: WARN/dalvikvm(572): Link of class 'Lcom/adwhirl/adapters/AdMobAdapter;' failed
11-19 15:18:33.159: WARN/AdWhirl SDK(572): Caught an exception in adapter:
11-19 15:18:33.159: WARN/AdWhirl SDK(572): java.lang.Exception: Invalid adapter
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at com.adwhirl.adapters.AdWhirlAdapter.handle(AdWhirlAdapter.java:141)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at com.adwhirl.AdWhirlLayout.handleAd(AdWhirlLayout.java:163)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at com.adwhirl.AdWhirlLayout.access$3(AdWhirlLayout.java:151)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at com.adwhirl.AdWhirlLayout$HandleAdRunnable.run(AdWhirlLayout.java:316)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at android.os.Handler.handleCallback(Handler.java:587)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at android.os.Handler.dispatchMessage(Handler.java:92)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at android.os.Looper.loop(Looper.java:123)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at android.app.ActivityThread.main(ActivityThread.java:4627)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at java.lang.reflect.Method.invokeNative(Native Method)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at java.lang.reflect.Method.invoke(Method.java:521)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at com.android.internal.os.ZygoteInit$MethodAndArgsCaller.run(ZygoteInit.java:868)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at com.android.internal.os.ZygoteInit.main(ZygoteInit.java:626)
11-19 15:18:33.159: WARN/AdWhirl SDK(572):     at dalvik.system.NativeStart.main(Native Method)

Code is added below

private static final String COMPANY_NAME = "soft";
private static final String APP_NAME = "firstapplication";
private static LogindbAdapter dbAdapter;


public void onCreate(Bundle savedInstanceState) {
    super.onCreate(savedInstanceState);
    setContentView(R.layout.main);

    AdManager.setInTestMode(true);


    AdView adView=(AdView)findViewById(R.id.ad);
    adView.requestFreshAd();

    dbAdapter=new LogindbAdapter(getBaseContext());
   LinearLayout layout=(LinearLayout) findViewById(R.id.layout_ad);

    try 
    {


        AdWhirlAdapter.setGoogleAdSenseCompanyName(COMPANY_NAME);
        AdWhirlAdapter.setGoogleAdSenseAppName(APP_NAME);

        ;
        ZestAdzAdapter.setGoogleAdSenseAppName(APP_NAME);
        ZestAdzAdapter.setGoogleAdSenseCompanyName(COMPANY_NAME);



        AdManager.setPublisherId("a14ce50397c3043");



        AdWhirlLayout adWhirlLayout=new AdWhirlLayout(this,"XXXXXXXX");

        //handle(adWhirlLayout,this.Ration);

        final int DIP_WIDTH = 320;
        final int DIP_HEIGHT = 52;
        final float DENSITY = getResources().getDisplayMetrics().density;
        int scaledWidth = (int) (DENSITY * DIP_WIDTH + 0.5f);
        int scaledHeight = (int) (DENSITY * DIP_HEIGHT + 0.5f);

        RelativeLayout.LayoutParams adwp =
        new RelativeLayout.LayoutParams(scaledWidth, scaledHeight);

        layout.addView(adWhirlLayout,adwp);
        layout.invalidate();



    }
    catch(Exception e)
    {
        Log.e("ad whirl", "un able to create adwhirl layout", e);
    }
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-18T07:02:17+00:00Added an answer on May 18, 2026 at 7:02 am

    i had a similar problem,

    try double checking if every network sdk is integrated (eclipse, settings, build path) and included as jar file.

    Good look && best regards,
    mike

    edit:

    hey Kariyachan, sry for replying so late, didn’t realize the answer. Admob serves still very few ads.. zestadz doesnt support ads for german apps.. so it’s a problem for me :(…. but i can recommend.. http://www.millennialmedia.com/… :=) they always have something to show… 🙂 I’m really sorry.. my problems with ads have continued.. i also ain’t get location based ads… that’s the problem where i’m on now..

    one more thing which improved my ad performance.. a*dd the AdWhirlInterface* (implements) to the activity u start your ads from.. and set the interface listener.. via code.. something like A*dWhirlAdapter.setInterfaceAdapter(this)* (if it is the current activity)

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Now this is a tricky question, with the concern of not using tables or
Now that I know C++ I want to get into desktop application that have
Now that .NET v3.5 SP1 has been released (along with VS2008 SP1), we now
now i need to insert some data from the sqlserver into a word,i know
I have a jquery bug and I've been looking for hours now, I can't
Now in my application cookies for users are generated in a certain format containing
Now, I have separate any pair that is in common between the two input
Now I was wondering if anyone has been able to accomplish reverting to a
Now, I don't have any problems with 301 redirects, but one person asked me
Now i am studying how to fetch data from website as fast as possible.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.