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

后端 未结 13 1588
甜味超标
甜味超标 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:26

    For me, I came across this error when using a mix of androidx and android.support.v7 libraries.

    See my solution for that version of this error here: https://stackoverflow.com/a/52490825/1762493

提交回复
热议问题