Error inflating class android.support.design.widget.FloatingActionButton
问题 My app crashed because Error inflating class android.support.design.widget.FloatingActionButton This is my code in the XML <android.support.design.widget.FloatingActionButton android:layout_width="wrap_content" android:layout_height="wrap_content" android:layout_gravity="bottom|right" android:layout_margin="16dp" android:src="@drawable/icon_right" app:backgroundTint="@color/green" android:onClick="previewphoto" app:layout_anchorGravity="bottom|right|end" /> and here is my gradle compile 'com