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
Steps to achieve:
1.Select the latest Android SDK Tools, Platform-tools, and Build-tools. Select latest Android Support Library & Android Support Repository.
2.After updating Android Support Repository from SDK Manager go to..\sdk\extras\android\m2repository\com\android\support\recyclerview-v7\21.0.0-rc1
3.Unzip recyclerview-v7-21.0.0-rc1.aar
4.After unzipping recyclerview-v7-21.0.0-rc1.aar you will get classes.jar
5.rename classes.jar to recyclerView.jar for feature reference and add to your Android app under /lib folder