android.support.v7.widget.CardView could not be found (Android Studio 1.1 Preview)

后端 未结 7 1642
既然无缘
既然无缘 2020-12-10 00:22

\"enter

I\'m trying to add CardView to my activity as the official sample. But it does

相关标签:
7条回答
  • 2020-12-10 01:22

    You should add it to your build.gradle:

    dependencies {
        ...
        implementation 'com.android.support:cardview-v7:21.+'
        implementation 'com.android.support:recyclerview-v7:21.+'
        ...
    }
    
    0 讨论(0)
提交回复
热议问题