Error inflating class android.support.design.widget.CoordinatorLayout and ClassNotFoundException: android.support.design.R$styleable

后端 未结 5 473
时光取名叫无心
时光取名叫无心 2020-11-30 13:21

I am developing an app which have Tab with swipe functionality. I am using Eclipse to develop. I have imported the support design library as Library through Pro

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-11-30 14:15

    For android studio try to add these dependencies

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

提交回复
热议问题