flutter_native_admob
flutter_native_admob copied to clipboard
Getting a bunch of errors when trying to load a Native ad
I am using this package in my project and it worked initially but now I am getting a bunch of error after the progress bar disappears
PlatformException (PlatformException(error, Binary XML file line #5 in com.opeyemi.freemind:layout/native_admob_banner_view: Binary XML file line #5 in com.opeyemi.freemind:layout/native_admob_banner_view: Error inflating class com.google.android.gms.ads.formats.UnifiedNativeAdView, null, android.view.InflateException: Binary XML file line #5 in com.opeyemi.freemind:layout/native_admob_banner_view: Binary XML file line #5 in com.opeyemi.freemind:layout/native_admob_banner_view: Error inflating class com.google.android.gms.ads.formats.UnifiedNativeAdView
Caused by: android.view.InflateException: Binary XML file line #5 in com.opeyemi.freemind:layout/native_admob_banner_view: Error inflating class com.google.android.gms.ads.formats.UnifiedNativeAdView
@OpeyemiSanusi This is related to changes in Google Ads library for both iOS and Android. Plenty of forks where this has been fixed.
@OpeyemiSanusi This is related to changes in Google Ads library for both iOS and Android. Plenty of forks where this has been fixed.
how to fix this error any link?