How do I add Android Support v7 libraries in eclipse? For example how do I add CardView to an eclipse android project?
Note: This was a self answer question, so no n
This is what worked for me. (Using the same CardView example from above)
(Android SDK Install Location) > extras > android > support > v7 > cardview
Now the library is imported.
PS: I tried I'm_With_Stupid's answer, and while trying to add the library project to my project, it was not listed there.
I did not have to uncheck Android Dependencies, etc. It might work in some other situation, I guess.