Element animation-list must be declared异常解决 漠叶叶 发表于 2016-05-05 18:30:44 将帧动画的xml文件放在anim文件夹下,会报出Element animation-list must be declared 这样的异常 但是不影响编译 解决方法 animation-list代表的其实是Drawable资源。把这些资源文件移动到drawable资源文件夹下即得到解决 http://www.thinksaas.cn/topics/0/501/501605.html