-
Notifications
You must be signed in to change notification settings - Fork 85
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I get a ClassNotFoundException when using flutter_native_admob #91
Comments
Facing same issue here !🤔🧐 |
Hi @d0mmi, are you using google_mobile_ads package in your app? |
no, should i?
|
You can use it for native ads, its just complex as compared to what you will be doing with this package but it works. You can use it. |
Yeah i wanted to avoid that, but if i can not fix this error i will switch to that |
@d0mmi hi bro, i have the same problem here.... How you fixed it? |
I could not fix it |
@d0mmi, @ramonpaolo @hussam132 There are plenty of forks where this problem (and some others) are fixed. You can try from my copy. |
hi @hicnar thank you, this fix my problem :D |
When the App tries to display the ad i get an ClassNotFoundException:
I am using version flutter_native_admob: "2.1.0+3"
i have these dependencies in the android/build.gradle
i have the apply plugin at the end of the app/build.gradle:
apply plugin: 'com.google.gms.google-services'
and i have a correct APPLICATION_ID in the Android Manifest
and a valid adUnitID for the nativeAd
am i still missing something?
The text was updated successfully, but these errors were encountered: