Error inflating class Button in Android

前端 未结 5 1640
暗喜
暗喜 2021-01-05 16:19

I have an application with min sdk 16 up to 23. I want to use Material design as much as possible. It also has to be fullscreen app. AppCompat support library is included. N

5条回答
  •  粉色の甜心
    2021-01-05 17:04

    I faced a similar situation while developing using Kotlin: In order to solve this issue, copy the app the content in drawable-24 to drawable. This is done to support older Android devices.

提交回复
热议问题