-
Notifications
You must be signed in to change notification settings - Fork 24
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 while building anrdoid app #89
Comments
You have multiple plugins requesting different version of
Most likely colliding with some sort of |
Here is the list of plugins: Successfully prepared plugin nativescript-angular for android. |
Most likely colliding with nativescript-plugin-firebase |
How do I fix that? any reference link? |
Try this. I will install this plugin and reproduce the conflict and explore the best way around it. These conflicts are very common, since many plugins use |
@SanchitSahu did you resolve the issue? I'm facing the same issue; I'm using the nativescript-plugin-firebase and that is the conflict. |
I'm not using nativescript-plugin-firebase but i have the same error when building the application. Has anyone found a way to solve it? |
@Emmandez What plugins are you using? |
These are the plugins i'm using.
Then I got this error And this:
|
Did you Set the Google Play Services Version? A number of plugins (including this one) are aware of this variable and will align their play-services version to it. |
Execute the following command. Paste the following dependency tree (not the whole output, just the FIRST dependency tree in the output)
|
Your Environment
tns info
):All NativeScript components versions information
Expected Behavior
Android should build with the plugin installed
Actual Behavior
Build fails with error, attached the logs
Steps to Reproduce
tns run android
Context
Run my app
Debug logs
tns android.txt
The text was updated successfully, but these errors were encountered: