I am trying to use the CoordinatorLayout from the new Android design library. I added the package to gradle; then I try to use the layout I get this error:
j
Try to add these dependencies
compile 'com.android.support:appcompat-v7:23.1.1' compile 'com.android.support:design:23.1.1'