what is the functions and features, of appcompat_v7? in latest version adt.
or can i remove and can i run normally android project.
Asked
Active
Viewed 1,008 times
0

Ye Htun Z
- 2,079
- 4
- 20
- 31
-
What did Google tell you? What research have you done already? – ianhanniballake Nov 15 '14 at 04:57
-
Check this So [Answer](http://stackoverflow.com/a/22261555/2811956) this One Surely Helps You – W I Z A R D Nov 15 '14 at 05:20
-
how should i do, i remove this jar file and dependency from my project, the error reach at styles.xml – Ye Htun Z Nov 15 '14 at 07:30
1 Answers
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