开发者

inmobi ads not opening

开发者 https://www.devze.com 2023-04-06 06:22 出处:网络
I have incorporated inmobi ads in my android app.in my app i can see the ad from inmobi when i open the app. but when i click on the ad nothing happens. and i checked ddms which tells me this:

I have incorporated inmobi ads in my android app.in my app i can see the ad from inmobi when i open the app. but when i click on the ad nothing happens. and i checked ddms which tells me this:

ActivityNotFoundException. no activity found to handle the intent

The following is my code snippet

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

do i need to import anything more??


I work for InMobi. That all looks ok, but it might be worth following our latest tutorial - http://developer.inmobi.com/wiki/index.php?title=Android

0

精彩评论

暂无评论...
验证码 换一张
取 消