I am developing an Android app using Eclipse ADT. I am facing
type android.support.v7.widget.RecyclerView cannot be resolved.
It is indirectly referenced from required .class files at top of the file, that means package com.example.fragments. I added support library from E:\software\adt-bundle-windows-x86_64-20140702\adt-bundle-windows-x86_64-20140702\sdk\extras\android\support\v7 but no improvement in my project - still it's showing the error. How do I fix it?