反应原生Admob无法获取提供商com.google.android.gms.ads.MobileAdsInitProvider:java.lang.IllegalStateException:

时间:2018-10-26 11:37:49

标签: android react-native google-admob

之前,我的应用正常运行。今天我重建,它显示错误java.lang.RuntimeException: Unable to get provider com.google.android.gms.ads.MobileAdsInitProvider: java.lang.IllegalStateException: 我搜索发现解决方案是在AndroidManifest.xml中添加我的admob ID,然后添加并重建,但显示相同的错误。 enter image description here

我该如何解决?

1 个答案:

答案 0 :(得分:0)

在您的项目AndroidManifest.xml中的“ application”标记内添加此行

<meta-data android:name="com.google.android.gms.ads.APPLICATION_ID" android:value="[appid here]"/>