【完美解决系列】This support library should not use a different version

在导入compile ‘com.android.support:recyclerview-v7:24.2.0’时,提示了以下的错误。

This support library should not use a different version (24) than the compileSdkVersion (23) less… (Ctrl+F1)
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.)

出现此问题的原因是,我的targetSdkVersion是23的,所以引用上边的recyclerview时会报错误。

解决方法:
compile ‘com.android.support:recyclerview-v7:23.2.0’ 将24改为23即可。
这个版本需要对应你是targetSdkVersion版本就可以解决此问题了。

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值