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

java.lang.NoClassDefFoundError: android.support.v7.widget.TintManager Error when using TagView #18

Open
arielkotch opened this issue Jun 29, 2016 · 0 comments

Comments

@arielkotch
Copy link

My dependecies are as follows, however, when using the TagView, I keep getting a java.lang.NoClassDefFoundError: android.support.v7.widget.TintManager. I am using a
compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:design:23.1.1' compile 'com.android.support:support-v4:23.1.1'
I am using a build version of "23.0.2" and I do have jitpack installed in the correct location as shown
allprojects { repositories { jcenter() maven { url "https://jitpack.io" } } }

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