Android: getting Resources$NotFoundException for abc_ic_ab_back_material

后端 未结 7 2100
终归单人心
终归单人心 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:13

    private resources its treated differently at compile time and runtime..to fix I usually take the offending private resource and backport it to my app in my res files

提交回复
热议问题