-
Notifications
You must be signed in to change notification settings - Fork 84
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
[Android] Package io.stewan.capacitor.fcm.FCMPlugin does not exist #44
Comments
fixed in 1.0.6 |
YOU ARE MARVELOUS! Thank you. It works, except one thing: I added |
That’s weird @chvonrohr , did you run |
my fault, sorry @stewwan |
I started a new issue with the same title I found an existing issue ;)
But steps mentioned did not help. I also tried
./gradlew --refresh-dependencies
and amendingcapacitor.settings.gradle
as in #43 - but did not help.Any ideas, what I could do to force copying plugin files and install all needed dependencies?
To Reproduce
Steps according to Android Setup: https://github.com/capacitor-community/fcm
Using gradle 6.1
Expected behavior
Should find import of
io.stewan.capacitor.fcm.FCMPlugin
.I also tried to copy java files manually to the
src/
folder, but then Firebase Classes can't be found.Screenshots
Where should the java package be placed?
Additional context
Gradle 6.1
Andriod Studio 4.0
The text was updated successfully, but these errors were encountered: