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

后端 未结 12 1881
清歌不尽
清歌不尽 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:26

    I am using:

    classpath 'com.android.tools.build:gradle:3.3.2'

    and

    distributionUrl=https://services.gradle.org/distributions/gradle-4.10.1-all.zip

    I changed my XML to:

    
    

    and everything built and ran correctly.

    I hope this helps

提交回复
热议问题