MaterialSpinner
MaterialSpinner copied to clipboard
Compile time error while updating it to 2.0.0
I have been using the v1.1.1 and having issue of empty list. Hence, I want to update the library to v2.0.0 but getting below compile time error.
Error:(52, 17) error: cannot access ActivityCompatApi23 class file for android.support.v4.app.ActivityCompatApi23 not found Error:Execution failed for task ':app:compileQaDebugJavaWithJavac'.
java.lang.IllegalArgumentException: expected one element but was: <android.support.v4.app.BaseFragmentActivityJB, android.support.v4.app.ActivityCompatApi23.RequestPermissionsRequestCodeValidator>
I used below statement in build.gradle file to include library. compile('com.github.ganfra:material-spinner:2.0.0') { exclude group: 'com.android.support', module: 'appcompat-v7' }