0

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

Ye Htun Z
  • 2,079
  • 4
  • 20
  • 31

1 Answers1

0

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.

Ashok
  • 1