I checked with an existing project and it works. Cm:

Not about sdk, I think you are using an older version of the library containing recyclerview and its adapter. This is the version I'm using in my example.
compile 'com.android.support:recyclerview-v7:23.0.0'
source
share