输入banner图图片脚本导航/分类

Elementanimation-listmustbedeclared异常解决_html/css_WEB-ITnose

将帧动画的xml文件放在anim文件夹下,会报出Element animation-list must be declared 这样的异常

但是不影响编译

解决方法

animation-list代表的其实是Drawable资源。把这些资源文件移动到drawable资源文件夹下即得到解决