When i try to build my project for android i got this errors.
Assets\Plugins\GameAnalytics\Plugins\Scripts\ILRD\AdMob\GAAdMobIntegration.cs(23,12): error CS1061: 'BannerView' does not contain a definition for 'OnPaidEvent' and no accessible extension method 'OnPaidEvent' accepting a first argument of type 'BannerView' could be found (are you missing a using directive or an assembly reference?)
Assets\Plugins\GameAnalytics\Plugins\Scripts\ILRD\AdMob\GAAdMobIntegration.cs(38,12): error CS1061: 'InterstitialAd' does not contain a definition for 'OnPaidEvent' and no accessible extension method 'OnPaidEvent' accepting a first argument of type 'InterstitialAd' could be found (are you missing a using directive or an assembly reference?)
Assets\Plugins\GameAnalytics\Plugins\Scripts\ILRD\AdMob\GAAdMobIntegration.cs(53,12): error CS1061: 'RewardedAd' does not contain a definition for 'OnPaidEvent' and no accessible extension method 'OnPaidEvent' accepting a first argument of type 'RewardedAd' could be found (are you missing a using directive or an assembly reference?)
Assets\Plugins\GameAnalytics\Plugins\Scripts\ILRD\AdMob\GAAdMobIntegration.cs(68,12): error CS1061: 'RewardedInterstitialAd' does not contain a definition for 'OnPaidEvent' and no accessible extension method 'OnPaidEvent' accepting a first argument of type 'RewardedInterstitialAd' could be found (are you missing a using directive or an assembly reference?)
Yes please share solution. I’ve been trying to find a solution for this. I have both Admob and Google Analytics installed as packages but there is a conflict between them. Thanks in advance.