My app crashed because
Error inflating class android.support.design.widget.FloatingActionButton
This is my code in the XML
You need to add
android:theme="@style/Theme.AppCompat"
in the XML_Layout file in which you are using FloatingActionButton...