错误:找不到符号方法setInAppPurchaseListener(AdMobAdsAppPurchaseListener)

时间:2017-09-25 09:18:08

标签: android cordova in-app-purchase google-admob

我使用cordova创建了一个混合Android应用程序,在我添加Google AdMob插件之前,它的工作非常好。 通过命令行添加google AdMob插件后,我收到此错误:

Error:(626, 23) error: cannot find symbol method setInAppPurchaseListener(AdMobAdsAppPurchaseListener)

我尝试更新SDK但没有任何效果。

请注意,我在android studio中编译并运行cordova应用程序

enter image description here

1 个答案:

答案 0 :(得分:1)

此方法已在Admob版本11(source)中删除:

  

从AdView,InterstitialAd和NativeExpressAdView类中删除了getInAppPurchaseListener()和setInAppPurchaseListener()方法。还删除了相关的应用内购买类。

因此您无法找到它,因为您使用的是> =版本11.0.0的SDK版本,该版本删除了这些方法。