[Android] Package io.stewan.capacitor.fcm.FCMPlugin does not exist
See original GitHub issueHi,
I’m trying to use this plugin but I’m having trouble when I try to build on Android. I follow the README guide step by step but it seems that the Java package is not being included. These are the commands I’m running before building on Android Studio:
npm run build
npx cap copy
npx cap open android
Any ideas?
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Comments:9 (8 by maintainers)
Top Results From Across the Web
[Android] Package io.stewan.capacitor.fcm.FCMPlugin does ...
Hi, I'm trying to use this plugin but I'm having trouble when I try to build on Android. I follow the README guide...
Read more >capacitor-fcm - npm
Start using capacitor-fcm in your project by running `npm i capacitor-fcm`. There are no other projects in the npm registry using ...
Read more >error: package com.getcapacitor.community.firebasecrashlytic ...
This error is coming when Android Studio is trying to build the project. The error is comming the the MainActivity.java class in line...
Read more >How to set up Firebase Push Notifications with Ionic & Vue.js
Did you have issues configuring Push Notifications with Ionic & Vue.js? ... Android Package io.stewan.capacitor.fcm.FCMPlugin does not exist
Read more >Capacitor Community Plugin Showcase - Ionic Blog
There are great, open-source Capacitor community plugins being built and ... But, the community FCM plugin, maintained by Stewan Silva and ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
For the version
@capacitor-community/fcm
replaceimport io.stewan.capacitor.fcm.FCMPlugin;
withimport com.getcapacitor.community.fcm.FCMPlugin;
That was the solution, awesome!
I really appreciate your help, thanks for your time 👍