码迷,mamicode.com
首页 > 移动开发 > 详细

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

时间:2016-07-03 17:29:45      阅读:582      评论:0      收藏:0      [点我收藏+]

标签:

解决方法:

 

这样的写法报错,

//        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]

标签:

原文地址:http://www.cnblogs.com/lingweidong11-2/p/5638189.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!