Android Studio FloatingActionButton error

后端 未结 7 879
小鲜肉
小鲜肉 2020-12-05 17:26

I installed Android Studio yesterday, and after battling multiple java and other errors, I have come to an error that I cannot seem to fix. I have not added anything or done

7条回答
  •  旧时难觅i
    2020-12-05 18:09

    This worked for me:

    I changed in the build.gradle file.

    compile 'com.android.support:design:23.2.0'

    to

    compile 'com.android.support:design:23.1.0'

    Then clean, rebuild, then "refresh" each layout file. The refresh button on the top right in the layout editor.

提交回复
热议问题