What is appcompat_v7 features , functions and how can i remove this without affect to my project

1k Views Asked by At

what is the functions and features, of appcompat_v7? in latest version adt. or can i remove and can i run normally android project.

Appcomcat V_7 Folder library android.support.v7.appcompat jar file

1

There are 1 best solutions below

0
On

It adds support for Action bar UI. Dependency for this library is V4 support library. If you are not using any components from this library then you remove it.