dmanning23 / AdMobBuddy

Library for viewing AdMob ads into a Xamarin.Android, Xamarin.iOS, and MonoGame apps
MIT License
28 stars 13 forks source link

I'm getting this error #8

Closed Egehanozsoy closed 3 years ago

Egehanozsoy commented 3 years ago

Java.Lang.NoClassDefFoundError: 'Failed resolution of: Lcom/google/android/gms/dynamic/zzp;'

while executing this line of code ads = new AdMobAdapter(this,...

i left insterstitial as " " because i dont have one yet

dmanning23 commented 3 years ago

Looks like it is not handling the case where ad ids are empty. I should have a fix up soon, thanks for reporting this error!

dmanning23 commented 3 years ago

Ok, if you update the nuget package it should work now. Cheers!