Error inflating class android.support.design.widget.CoordinatorLayout

后端 未结 13 1596
甜味超标
甜味超标 2020-12-08 09:39

I would like use a FloatingActionButton on my application, I read this : https://guides.codepath.com/android/Floating-Action-Buttons#google-s-official-support-library but wh

13条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 10:21

    Please change it into AppCompatActivity if you use Activity. Probably it becomes the error when it is Activity.

提交回复
热议问题