今天导入公司的一个项目,发现gradle出现如下情况

Android Studio2.3 All com.android.support libraries must use the exact same version specification..._第1张图片

All com.android.support libraries must use the exact same version specification (mixing versions can lead to runtime crashes). Found versions 25.0.0, 24.2.1. Examples include com.android.support:renderscript:25.0.0 and com.android.support:animated-vector-drawable:24.2.1 
There are some combinations of libraries, or tools and libraries, that are incompatible, or can lead to bugs. One such incompatibility is compiling with a version of the Android support libraries that is not the latest version (or in particular, a version lower than your targetSdkVersion.)

很奇怪为什么警告会在multidex这个依赖包上,搜索若干资料无解

最后将下图的24.2.1改成25.0.0,警告消除

Android Studio2.3 All com.android.support libraries must use the exact same version specification..._第2张图片

更多相关文章

  1. Android 图片水平显示 类Gallery效果
  2. android在grid组件中加入添加删除图片按钮
  3. java|android加载src路径下面的图片文件
  4. android中得到颜色,图片资源的方式
  5. 背景圆角以及图片圆角处理
  6. android 拍照,图片裁剪,选择图片
  7. Android 压缩图片并转Base64方法之一
  8. Android关于ListView显示SD卡上的Bitmap的图片(图片压缩之后)

随机推荐

  1. 关于Android的自动化测试,你需要了解的5个
  2. 【入门篇】Android学习笔记——常用布局
  3. Android(安卓)5.1 - 7.1 系统(framework)
  4. [转]Android都支持那些Java特性
  5. android为HttpClient和HttpURLConnection
  6. 2020京东最新Android面试真题解析【建议
  7. Android(安卓)圆角边框实现
  8. Android(安卓)属性动画ValueAnimator和Ob
  9. Android属性动画——实现灵动菜单效果
  10. Android贝壳单词客户端应用源码