I just installed the new SDK tools (Android L Developer Preview), and I\'m trying to use RecyclerView but it seems to be missing.
From my understanding
The only way I found to use that library is by copying The .aar file that you can find in /extras/android/m2repository/com/android/support/recyclerview-v7/21.0.0-rc/ Than rename it in .zip and uncompress-it. Than copy the class.jar file in you project library (maybe rename it in something more like recyclerview-v7.jar).
Please remember to upgrade The jar when new versions will be rolled out