For Android Material support libraries, where can I find CardView and RecyclerView? -
i cannot find recyclerview, palette or cardview in support libraries. emulators responds "class not found" error.
how can fix error this?
you require these libraries in build.gradle.
compile 'com.android.support:cardview-v7:+' compile 'com.android.support:recyclerview-v7:+' compile 'com.android.support:palette-v7:+'
source: http://www.reddit.com/r/androiddev/comments/297xli/howto_use_the_v21_support_libs_on_older_versions/
Comments
Post a Comment