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
I was able to get this to work by adding the following to my build.gradle: compile 'com.android.support:cardview-v7:21.+'
Hope this helps.