问题:java.lang.RuntimeException: Unknown animation name: objectAnimator
原因:因为重新修改了一部分代码导致报错
具体原因未知
(stackoverflow上搜索到的:Support fragment manager does not support animators (only animations). Exception message says that you have wrong format of animation in your xml resource, probably because you have moved animator to this xml which is wrong (because they have different notation).支持片段管理器不支持动画师(仅动画)。异常消息表明您的xml资源中的动画格式错误,可能是因为您将动画制作者移到了该xml上是错误的(因为它们的表示法不同)。)
解决:工具栏-》build-》rebuild
本文解决了一个关于java.lang.RuntimeException的问题,具体为Unknown animation name: ObjectAnimator。错误源于XML资源文件中动画格式错误,可能是在动画制作者被错误地移至XML时发生的。通过重新构建项目解决了此问题。
2069

被折叠的 条评论
为什么被折叠?



