android - 警告 : Found both android-support-v4 and android-support-v13 in the dependency list

标签 android android-support-library

<分区>

我正在尝试导入 SliderMenu 演示,但在项目中出现以下错误。 我成功导入了库,但无法导入库。

图书馆:https://github.com/jfeinstein10/SlidingMenu

enter image description here

enter image description here enter image description here

我也无法删除 v13 文件

最佳答案

如果您的目标是旧设备 (API 13<),那么您应该删除 v13 支持库。 您收到警告是因为 v13 已包含 v4,但 v13 库的某些 API 仅适用于 API 13+。

关于android - 警告 : Found both android-support-v4 and android-support-v13 in the dependency list,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13732500/

相关文章:

android - 如何从所有依赖项中排除模块但保留显式声明 Gradle

java - android 支持 v14 PreferenceFragment 崩溃

android - 运行 Android Studio gradle build 时如何使用所有 CPU 内核/线程?

android - 弄清楚警报管理器

Android 位置提供商 - GPS 或网络提供商?

android - Android Studio Gradle失败:编译 'com.android.support:appcompat-v7:21.0.+'

java - 使用 ViewHolder 为 ListView 项设置 onClickListener

android - 检查 Intent uri 是否可用

java - 使用应用程序 :srcCompat 自定义 ImageView 背景绘制

android - 支持库 23.2.0 中的 CoordinatorLayout IllegalStateException