简体   繁体   English

如何在Xamarin上使用admob? 所有在线教程似乎都已过时[保留]

[英]How to use admob on Xamarin ? All online tutorials seems to be outdated [on hold]

Why admob is not working in Xamarin? 为什么admob在Xamarin中不起作用? I dont know what am doing wrong, i tried a lot of plugins and followed a lot of tutorials but nothing worked for me! 我不知道自己在做什么错,我尝试了很多插件,并遵循了很多教程,但对我没有任何帮助! It seems like all of them are out of date . 似乎所有人都已经过时了

i followed this tutorial montemagno.com/xamarinforms-google-admob-ads-in-android and i got sofar this error unexpexted <activity> found in <manifest> <application><meta-data> 我按照本教程montemagno.com/xamarinforms-google-admob-ads-in-android进行操作,我<activity> found in <manifest> <application><meta-data>了此错误未扩展的<activity> found in <manifest> <application><meta-data>

my manifest 我的清单

`<manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionCode="1" android:versionName="1.0" package="com.companyname.googleads">
<uses-sdk android:minSdkVersion="21" android:targetSdkVersion="28" />
<application android:label="GoogleAds.Android">
  <!-- Sample AdMob App ID: ca-app-pub-3940256099942544~3347511713 -->
  <meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="ca-app-pub-##########">
    <activity android:name="com.google.android.gms.ads.AdActivity" android:configChanges="keyboard|keyboardHidden|orientation|screenLayout|uiMode|screenSize|smallestScreenSize" android:theme="@android:style/Theme.Translucent">
    </activity>
  </meta-data>     
</application>

` `

Tutorial about how to place ads in Xamarin.Android. 有关如何在Xamarin.Android中放置广告的教程。 https://montemagno.com/xamarinforms-google-admob-ads-in-android/ https://montemagno.com/xamarinforms-google-admob-ads-in-android/

You could download xamarin android code sample here. 您可以在此处下载xamarin android代码示例。 This sample demonstrates how to display different types of ads using Google AdMob with Google Play Services. 此示例演示了如何使用带有Google Play服务的Google AdMob展示不同类型的广告。 https://github.com/xamarin/monodroid-samples/tree/master/google-services/AdMobExample https://github.com/xamarin/monodroid-samples/tree/master/google-services/AdMobExample

在此处输入图片说明

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM