Android: getting Resources$NotFoundException for abc_ic_ab_back_material

后端 未结 7 2113
终归单人心
终归单人心 2020-12-19 02:31

I\'m getting a Resources$notfoundexception on older (pre-L) devices. I\'m including the full stacktrace below.

My version of the support library is the latest (24.1

7条回答
  •  情歌与酒
    2020-12-19 03:07

    Instead of:

    ContextCompat.getdrawable()
    

    Try using:

    AppCompatDrawableManager.get().getDrawable() 
    

提交回复
热议问题