Xamarin AdMob错误

问题描述 投票:0回答:1

我在加载时尝试使用Xamarin C#代码与AdMob(Google Play服务广告)横幅广告建立联系:

adView.loadAd(adRequest);

Xamarin显示错误消息(System.NullReferenceException)

Error message picture

我的代码的链接:https://github.com/hussien89aa/XamarinAndroidTutorial/blob/master/Admob.txt

我尝试使用不同版本的模拟器,SDK和Google Play服务Ads版本(从27.0到42.1002 Nougat,但仍然无法正常工作并显示相同的错误

我的SDK库包含Google Play服务,并且我使用Visual Studio 2017

c# android xamarin.android admob
1个回答
0
投票

使用Android 9.0或更高版本(API 28.0)更改编译首选项。我读过某处是最新版本的AdMob的要求,但现在找不到源。

© www.soinside.com 2019 - 2024. All rights reserved.