Android
No resource found that matches the given name: attr 'android:keyboardNavigationCluster'
쪼꼬두유
2018. 1. 16. 10:52
build.gradle에서
compileSdkVersion 26
buildToolsVersion "26.0.1"
로 업데이트
dependencies도
compile 'com.android.support:appcompat-v7:26+'
compile 'com.android.support:design:26+'
compile 'com.android.support:recyclerview-v7:26+'
compile 'com.android.support:cardview-v7:26+'
로 업데이트