googleads / googleads-mobile-unity

Official Unity Plugin for the Google Mobile Ads SDK
https://developers.google.com/admob/unity
Apache License 2.0
1.37k stars 1.08k forks source link

EntryPointNotFoundException with all ads type #1308

Closed KrKgg closed 4 years ago

KrKgg commented 4 years ago

Currently when I update to admob 5.1.0, when I make a request to the banner I get an error

EntryPointNotFoundException: GADUCreateAnchoredAdaptiveBannerView

This happens similarly when requesting interstitial and rewarded ad.

When I downgrade to 5.0.1 everything is normal.

Is there any way to fix this?

stowy commented 4 years ago

I think this is a duplicate of https://github.com/googleads/googleads-mobile-unity/issues/1296. In short, if you want to use Unity editor, you should select a different platform for the build target, eg Android or Standalone.