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

后端 未结 12 1720
清歌不尽
清歌不尽 2021-02-05 01:24

My app crashed because

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

This is my code in the XML



        
12条回答
  •  余生分开走
    2021-02-05 01:46

    You need to add

    android:theme="@style/Theme.AppCompat"

    in the XML_Layout file in which you are using FloatingActionButton...

提交回复
热议问题