我添加了AppBarLayout,此异常出现在IDE的"设计"选项卡中。
java.lang.IllegalArgumentException: Motion easing theme attribute must be an @interpolator resource for ?attr/motionEasing*Interpolator attributes or a string for ?attr/motionEasing* attributes.
at com.google.android.material.motion.MotionUtils.resolveThemeInterpolator(MotionUtils.java:74)
at com.google.android.material.appbar.AppBarLayout.<init>(AppBarLayout.java:277)
...
我使用的Android工作室火烈鸟金丝雀11和MDC 1.8.0-rc01.
使用MDC 1.7.0修复了布局渲染问题,但我需要1.8.0,因为我想使用新的搜索栏(也没有渲染)。有什么窍门可以让所有工作正常进行,还是我必须等待bug修复?
谢谢。
1条答案
按热度按时间pes8fvy91#
您能否尝试使用latest更改属性
放松