1

我在我的 android 应用程序中加入了 inmobi 广告。在我的应用程序中,当我打开应用程序时,我可以看到来自 inmobi 的广告。但是当我点击广告时没有任何反应。我检查了 ddms 告诉我这个:

ActivityNotFoundException. no activity found to handle the intent

以下是我的代码片段

imAdView = new IMAdView(this, IMAdView.INMOBI_AD_UNIT_320X50,"xxxxxxx(my app id kept secret)");
    RelativeLayout layout = (RelativeLayout)findViewById(R.id.adview);
    layout.addView(imAdView);
    imAdView.setIMAdRequest(adRequest);
    imAdView.loadNewAd();

我还需要进口什么吗??

4

1 回答 1

1

我为 InMobi 工作。一切看起来都不错,但可能值得关注我们的最新教程 - http://developer.inmobi.com/wiki/index.php?title=Android

于 2012-01-03T11:36:10.810 回答