Hai I used basic code for adwhirl to display ads by using AdWhirl. I created new app in adwhirl site and I added that key in the activity.
adWhirlLayout = new AdWhirlLayout(this, "adwhirl_key");
I used one linear layout in xml for ad and for AdwhirlLayout as a child to this LinearLayout for ad,
and declared parameters for this child in the activity. I added this childview to the LinearLayout instance(which i declared in main.xml) by calling addView(adwhirlLayout instance);
When I ran the app, I can see the logs which represents it receiving a response but I am unable to see the ad in the emulator.