在将 Zest (Komli) AdNw 与 Adwhirl 一起使用时,我没有收到任何广告,并且代码会触发此异常。谁能告诉我为什么?
像任何 adNw 一样..我只是将 SDK 放在应用程序中..声明需要 Permsissons..然后请求广告..它与 Admob 一起工作正常..
LinearLayout adLayout = (LinearLayout) findViewById(R.id.ads);
AdWhirlLayout adWhirlLayout = new AdWhirlLayout(this, "Key");
RelativeLayout.LayoutParams adWhirlLayoutParams = new RelativeLayout.LayoutParams(LayoutParams.FILL_PARENT,
LayoutParams.WRAP_CONTENT);
adLayout.addView(adWhirlLayout, adWhirlLayoutParams);
// AdWhirlTargeting.setTestMode(true);
adLayout.invalidate();