Android Studio设计中的应用栏布局和搜索栏异常(MDC 1.8.0-rc 01)

lf5gs5x2  于 2023-01-11  发布在  Android
关注(0)|答案(1)|浏览(266)

我添加了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修复?
谢谢。

pes8fvy9

pes8fvy91#

您能否尝试使用latest更改属性
放松

相关问题