在你的项目Buid.gradle中

compileSdkVersion 24
targetSdkVersion 24

dependencies {
    compile fileTree(include: ['*.jar'], dir: 'libs')
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:24.+'
    compile 'com.android.support:recyclerview-v7:24.2.0'
    compile 'com.android.support:cardview-v7:24.2.0'
}

这recyclerview的版本一定为24.2.0 因为基于24版本

更多相关文章

  1. Android 开源项目地址备份(持续更新。。。)
  2. Android项目自动编译脚本记录
  3. Android获取应用程序的名称,包名,版本号
  4. Android开源项目:微信打飞机游戏源代码
  5. android各版本差异--后期慢慢补充
  6. Windows下,Android Studio项目路径中包含中文字符无法编译的问题
  7. Google code android开源项目(二)
  8. android项目中的功能清单文件
  9. android 开源项目介绍

随机推荐

  1. android音频口通信(一)——2FSK信号调制
  2. Android学习笔记(4)——Android(安卓)App
  3. textview中加链接
  4. 系出名门Android(8) - 控件(View)之TextS
  5. Android内存分析和调优(下)
  6. Android中Activity启动模式详解
  7. Android(安卓)Support Library 介绍~在项
  8. Android获取CPU使用率的几种方式
  9. Android禁止EditText自动弹出软键盘的方
  10. Android的线程使用来更新UI----View的几