将帧动画的xml文件放在anim文件夹下,会报出Element animation-list must be declared 这样的异常 但是不影响编译 解决方法 animation-list代表的其实是Drawable资源。把这些资源文件移动到drawable资源文件夹下即得到解决