You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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" } } }
The text was updated successfully, but these errors were encountered:
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" } } }
The text was updated successfully, but these errors were encountered: