Android : Resource is not a Drawable (color or path)

错误1:android.content.res.Resources$NotFoundException

错误2:Resource is not a Drawable (color or path)

解决方案:

将图片从

drawable 拷贝到 drawable-v24

保证两边都有,就行了

原文地址:https://www.cnblogs.com/hanjun0612/p/10267995.html