Error when adding CardView to layout

前端 未结 7 1295
借酒劲吻你
借酒劲吻你 2020-12-17 15:20

I wanted to try out the new toys that google gave us and I\'ve run into some trouble.

Here is my build.gradle:

apply plugin: \'com.android.applicatio         


        
7条回答
  •  天命终不由人
    2020-12-17 16:03

    It solved me by adding xmlns:card_view="http://schemas.android.com/apk/res-auto"

             --->> ******
            ....
            ...
            
        ..
    ...
    .....
    
            
            
    

提交回复
热议问题