I want to integrate Flurry Ad from here. But I\'m facing issue in log..
01-06 11:05:28.746: E/FlurryAgent(440): Ad server responded but sent no ad units.
My solution for this issue: Find interface function shouldDisplayAd() and change return to true :
@Override
public boolean shouldDisplayAd(String arg0, FlurryAdType arg1) {
return true;
}
Try calling enableTestAds() after the call to onStartSession().
(Full disclosure: I work in the Support team at Flurry)