I wanted to know the difference between android-support-v4.jar and android-support-v7-appcompat.jar. If I want to add appcompat Action Bar in my application do I need to add both android-support-v7-appcompat.jar and android-support-v4.jar or only android-support-v7-appcompat.jar.
Also, does android-support-v13.jar has appcompat?
UPDATE
There are many changes done into support library since this question was answered. Good thing is, it is very well documented also. So you must read Support Library Documentation for more details and more available support library.
Below is difference from Support Library Packages:
So yes you need both jars if you want to use v7.
Update for android-support-v13.jar
v13 Support LibraryWhen you see the package details it has a class FragmentCompat as given in definition. So it has not the all classes of appcompat library.