-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Error with packages at running after installing plugin #876
Comments
@ahrherrera could you test PR #872 to see if it fixes this issue for you. That'll help get the fix released faster. You can check our contributing doc for info on how to test a PR. |
@ahrherrera I believe this has been fixed via PR #883. Please verify by installing the plugin from master
If you are still encountering the issue, please reopen it. |
@soumak77 I get the following error when I get it from the master.
|
@mrtaltnn what version of cordova-android are you using? |
Based on the other issues you opened, it looks like you're using version cordova-android 6.3. You'll need to update to 6.4 to fix this issue. |
I updated to cordova-android 6.4. This problem solved. Thanks |
Describe the bug
After installing the plugin, there are errors at building, related to packages: Failed to apply plugin [id 'com.google.gms.google-services'], and I fixed it by adding the classpath to the .gradle files, then there is a error Failed to apply plugin [id 'io.fabric']
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Build successful and let me use Firebase services
Screenshots
Plugin Version
"^2.0.2"
Smartphone (please complete the following information):
Additional context
The text was updated successfully, but these errors were encountered: