-
Notifications
You must be signed in to change notification settings - Fork 210
On adding [email protected], app install successfully but crashes on android device after installation. #474
Comments
Same problem here, android studio gives me two errors:
|
I also have the same problem. I added the plugin "cordova-plugin-firebasex" (dpa99c version 11.0.3) and then the plugin cordova-plugin-admob-free (ratson v0.27.0) in my cordova project. The plugins installed together conflict, perhaps the cause is to be seen with gradle config ??? |
@BrokerBisiako87 I found out a solution. The problem is that this package is not updated since 2 years, the developer made a "new version" of this package: https://github.com/admob-plus/admob-plus To use this you have to install cordova-plugin-androidx, as you've already done, and change the import to Then you have to update all the dependencies implementation of google services in the gradle file at the last version. You can find them on google documentation. And then I managed to make it work. |
Hi @Giuliopretis , thanks for the information.
|
We are using cordova-plugin-admob-free latest version in the app. After adding the plugin app crashes on android device.
App build and installed successfully on device but crashes on opening.
Version details:
Ionic - 6.10.1
cordova - 9.0.0 ([email protected])
"cordova-android": "^9.0.0",
Admob plugin details:
"cordova-plugin-admob-free": "^0.27.0",
"cordova-admob-sdk": "^0.24.1",
"@ionic-native/admob-free": "^5.31.1",
Firebasex plugin verion:
"cordova-plugin-firebasex": "^11.0.3"
I have tried multiple solutions but no luck.Can you please look into this issue.
The text was updated successfully, but these errors were encountered: