I cannot find RecyclerView, Palette or CardView in the support libraries. Emulators responds with a "Class Not Found" error.
How can I fix an error like this?
I cannot find RecyclerView, Palette or CardView in the support libraries. Emulators responds with a "Class Not Found" error.
How can I fix an error like this?
You require these libraries in your 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/