Replies: 4 comments
-
I have used empty angular cli project, and no problem at all. I would suggest to remove cordova-android from your project, and step by step all the plugins. Nobody told you that it will work smoothly with all the buggy cordova plugins. |
Beta Was this translation helpful? Give feedback.
-
Can you try to remove "cordova-plugin-fcm"? I think the problem comes from there. If that fixes the problem, you'll have to do some manual edits to the plugins gradle file and to your projects gradle files too, as last release of that plugin is from one year ago and it's not merging any of the PRs that people is sending. |
Beta Was this translation helpful? Give feedback.
-
The problem seems related to cordova-plugin-fcm as it sets the versions with +. Please, try that, and if it doesn't fix your issue, reopen and provide more information |
Beta Was this translation helpful? Give feedback.
-
Hi capacitor need reinstall all pguins and some case you need a new implementation to fcm use this |
Beta Was this translation helpful? Give feedback.
-
I have a ionic 3 project.
I added capacitor to my project.
get error in the following when build project in android studio 3.1.3 :
dependencies:
Beta Was this translation helpful? Give feedback.
All reactions