Skip to content
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

Build fails with invalid color on Android Studio 3.0 #56

Open
mwajeeh opened this issue May 30, 2017 · 1 comment
Open

Build fails with invalid color on Android Studio 3.0 #56

mwajeeh opened this issue May 30, 2017 · 1 comment

Comments

@mwajeeh
Copy link

mwajeeh commented May 30, 2017

Project contains <item name="null_color" type="color">234234</item> which causes build to fail on Android Studio 3.0 with

Error: invalid color

@mwajeeh
Copy link
Author

mwajeeh commented May 16, 2018

Only way to make this project compile is to add following lines to your own project which will override this libs resources which are causing compilation errors:

    <item name="null_color" type="color">#00000000</item>
    <item name="cc_card" type="id"/>
    <item name="cc_ccv" type="id"/>
    <item name="cc_entry" type="id"/>
    <item name="cc_entry_internal" type="id"/>
    <item name="cc_exp" type="id"/>
    <item name="cc_form_layout" type="id"/>
    <item name="cc_zip" type="id"/>
    <item name="text_helper" type="id"/>

Make sure to use com.devmarvel.creditcardentry.R.id.cc_card etc wherever required

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant