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的报错提示:Error while Launching activity

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

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

android studio中 Build Tools 已经存在22.0.1并且版本也已经改为22.0.1为啥还报错 Error

Android studio报错,Error:Gradle: A problem occurred configuring root project 'MyFuck'.

android studio解决报错:Failed to create JVM: error code -6