Could not initialize class android.support.design.widget.CoordinatorLayout

后端 未结 8 2020
臣服心动
臣服心动 2020-12-11 00:17

I am trying to use the CoordinatorLayout from the new Android design library. I added the package to gradle; then I try to use the layout I get this error:

j         


        
8条回答
  •  情书的邮戳
    2020-12-11 01:04

    Try to add these dependencies

    compile 'com.android.support:appcompat-v7:23.1.1'
    compile 'com.android.support:design:23.1.1'
    

提交回复
热议问题