Android studio 报错:Error:Error: Expected resource of type drawable [ResourceType]

Posted 志向远大

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Android studio 报错:Error:Error: Expected resource of type drawable [ResourceType]相关的知识,希望对你有一定的参考价值。

这样的写法报错,

//        animCard.setBackgroundResource(R.anim.multi_finger_animation);
animCard.setImageResource(R.anim.multi_idcard_animation);

解决办法:

在build.gradle文件加入下面的代码
lintOptions
disable "ResourceType"


以上是关于Android studio 报错:Error:Error: Expected resource of type drawable [ResourceType]的主要内容,如果未能解决你的问题,请参考以下文章

android studio 导入项目报错,红色j

Android Studio 查看报错信息

error_reporting 报错

android studio 学习日记 报错

无法按照 Google“入门”页面中的说明在 Android Studio 中添加地图; Android Studio 报错

错误记录Android Studio 编译报错 ( Could not determine java version from ‘11.0.8‘. | Android Studio 降级 )(代码片段