简体   繁体   English

什么是appcompat_v7功能,功能以及如何在不影响我的项目的情况下将其删除

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

what is the functions and features, of appcompat_v7? appcompat_v7的功能和特性是什么? in latest version adt. 在最新版本的adt中。 or can i remove and can i run normally android project. 或者我可以删除并可以正常运行android项目。

Appcomcat V_7文件夹库android.support.v7.appcompat jar文件

It adds support for Action bar UI. 它增加了对操作栏UI的支持。 Dependency for this library is V4 support library. 此库的依赖性是V4支持库。 If you are not using any components from this library then you remove it. 如果您没有使用该库中的任何组件,则将其删除。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM