Android遇到的那些问题
Posted grace_dl
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android遇到的那些问题相关的知识,希望对你有一定的参考价值。
android遇到的那些问题
使用工具:Android studio
- No resource found that matches the given name: attr
‘android:keyboardNavigationCluster’. when updati
原因分析:这个问题的出现主要是因为编译版本与support-v7的版本不一致引起的,所以会出现找到资源的提示。
解决办法:设置compileSdkVersion和buildToolsVersion的值与support-v7一致。
例如:
compileSdkVersion 25
buildToolsVersion “25.0.2”
compile ‘com.android.support:appcompat-v7:25.1.0’
以上是关于Android遇到的那些问题的主要内容,如果未能解决你的问题,请参考以下文章
Android 学习之那些年我们遇到的BUG10:No cached version of xxx available for offline mode.
Android 学习之那些年我们遇到的BUG10:No cached version of xxx available for offline mode.