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

后端 未结 5 476
时光取名叫无心
时光取名叫无心 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条回答
  •  Happy的楠姐
    2020-11-30 14:20

    Make sure that in your activity set theme AppCompat

    
    
      
    
    

提交回复
热议问题