-
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
Fixed #374 issue: colors.xml resource already exists on android insta… #938
base: master
Are you sure you want to change the base?
Conversation
Even though not having a pretty fix for it, I'm assuming a |
@soumak77, could you check what happens with the build ? I think that it is an important fix to avoid build problems on Android and especially when you are also using other plugins in your project. |
@rpanadero thanks for the PR. 👍 |
Would love if this got merged. |
See here: arnesson#938
See here: arnesson#938
…irebase.google.com/support/release-notes/android#update_-_april_05_2019) which removed deprecated API features causing Android build failures. Resolves #1057.
…-issue' into fix-colors--res-conflict
See here: arnesson#938
Description
The issue is described here: #374
The applied change just renames the
colors.xml
file to avoid conflicts when the plugin is installed on an Android Cordova project. Take into account that other plugins could provide the same file so that the compilation would fail if this plugin and another one try to provide the "same" resource file.As this change is minor, I would glad that you merge this change to avoid having a fork from this repository.
Testing
This fix has been tested by trying to install the plugin in a project which has several plugins.
Thank you in advance,