Facebook广告实施

时间:2019-07-19 12:49:50

标签: android facebook-ads-api

在我的应用上实施Facebook广告时遇到此错误

这是代码:

AdView() in AdView cannot be applied to:

预期参数: 实际参数:

上下文: 语境 这个 attributeSet: android.util.AttributeSet “ 648648755644896_648650255644746”(java.lang.String) 一世: 整型 AdSize.BANNER_HEIGHT_90(com.facebook.ads.AdSize)

当我在错误行中移动光标时,显示此错误:

AudienceNetworkAds.initialize(this);

AdView =新的AdView(this,“ 648648755644896_648650255644746”,AdSize.BANNER_HEIGHT_90);

    // Find the Ad Container
    LinearLayout adContainer = (LinearLayout) findViewById(R.id.banner_container);

    // Add the ad view to your activity layout
    adContainer.addView(adView);

    // Request an ad
    adView.loadAd();`AdView() in AdView cannot be applied to:

预期参数: 实际参数:

上下文: 语境 这个 attributeSet: android.util.AttributeSet “ 648648755644896_648650255644746”(java.lang.String) 一世: 整型 AdSize.BANNER_HEIGHT_90(com.facebook.ads.AdSize)`

0 个答案:

没有答案