-
-
Notifications
You must be signed in to change notification settings - Fork 149
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
Error loading AdMobPlusPlugin #594
Comments
@ingojoseph I am not sure what cause the error. |
Im getting the same issue. Building to a Samsung Tab A, Android 11 android/capacitor.settings.gradle
The error Im getting in android studio:
|
A follow up - when I install this all other capacitor plugins are also no longer available (Device, FileSystem, Network etc). Uninstall and the plugins are available again. |
I have also a problem with the capacitor plugin. I get this error message:
When the AdMobPlus plugin is installed all the other capacitor plugins are not working anymore. Here is a small basic example: https://github.com/kisimediaDE/IonicTest Without AdMobPlus the App plugin is working as expected. With this plugin is not working anymore. |
I can also confirm this issue. It started happening after the update from Capacitor 3 to Capacitor 4. Does anyone have any alternative plugins that they would recommend while this gets sorted out? |
@Lpn01 @kisimediaDE you can use my forked plugin "community-admob-plus-cordova" people here approved it is worked with Capacitor as well |
@EYALIN Thanks for the suggestion. I already switched to @capacitor-community/admob and I'm still testing it to see if I'm happy with the way it works. I'm considering your plugin as well. |
How to fix: Go back to using admob plus version 1.24.0. |
Describe the bug
After installing Admob Plus Capacitor plugin with
npm install @admob-plus/capacitor
, and runningionic cap sync android
, I get the following error when starting my Android app:Has anyone else got the same issue and was able to fix it?
Environment
The text was updated successfully, but these errors were encountered: