我正在学习Firebase,在某一点上,我不得不在app gradle中添加以下代码
compile 'com.google.firebase:firebase-auth:11.4.0'
compile 'com.firebaseui:firebase-ui-auth:2.4.0'
并显示以下错误
Error:(15, 21) No resource found that matches the given name: attr
'android:keyboardNavigationCluster'.
Error:(32, 21) No resource found that matches the given name: attr
'android:autofillHints'.
Error:(15, 21) No resource found that matches the given name: attr
'android:keyboardNavigationCluster'.
Error:Execution failed for task ':app:processDebugResources'.
> com.android.ide.common.process.ProcessException: Failed to execute aapt
任何帮助都会非常感激。在此先感谢。