I wanted to try out the new toys that google gave us and I\'ve run into some trouble.
Here is my build.gradle:
apply plugin: \'com.android.applicatio
Try adding this to your build.gradle file
dependencies { ... compile 'com.android.support:cardview-v7:21.0.+' compile 'com.android.support:recyclerview-v7:21.0.+' ... }