Open minimedj opened 5 years ago
Same here. Any results?
Hi there. A dirty hack I found is to delete this file and run the build again: platforms/android/app/src/main/java/com/adobe/phonegap/push/PushInstanceIDListenerService.java
Same problem...
@idesisnery solved the issue, but I don't know how much it can negatively impact my application.
Same problem after migration from cordova-android 7 to cordova-android 8. Have you solved somehow?
I ran into this issue, and was able to fix it by setting the FCM_VERSION
variable. This plugin will not work with any version later than 17.5.0.
cordova plugin add phonegap-plugin-push@2.3.0 --variable FCM_VERSION="17.5.0"
If you have other plugins that use Firebase Messaging, you might also need to use cordova-android-firebase-gradle-release
to force 17.5.0 to be used.
Hello, I am building a mobile app using Cordova. It was compiling perfectly ok for a few dozens builds, no problem whatsoever.
Today I tried to compile my app again and all of a sudden, it fails during compilation with:
I am using the below cordova plugins (and was using the same when it was compiling ok):
I tried whatever I could find on the net, but nothing changed.
It seems that the probblem is because of Firebase update made in April.
Guys from
cordova-plugin-firebase
plugin had the same problem. Discussion: here. Their fix: here.Any ideas? (as it is for a project with a deadline in 5 days, I would really appreciate any help I can get quickly)…
MANY thanks!