最新的材料设计版本不支持渲染问题Path.op() [英] render Problem Path.op() not supported in latest material design version

查看:112
本文介绍了最新的材料设计版本不支持渲染问题Path.op()的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在Android Studio 3.5.3中将androidx与下面的代码一起使用

i'm using below with androidx in Android studio 3.5.3

  1. androidx.recyclerview.widget.RecyclerView
  2. com.google.android.material.floatingactionbutton.FloatingActionButton>

我的毕业证书如下:

my gradle is as below:

实现'com.google.android.material:material:1.3.0-alpha02'

implementation 'com.google.android.material:material:1.3.0-alpha02'

compileSdkVersion 29
mindSdkVersion 26
targetSdkVersion 29

compileSdkVersion 29
mindSdkVersion 26
targetSdkVersion 29

问题:

在Android studio的编辑器中,我有以下内容:

in the editor of Android studio , i have this:

不支持呈现问题Path.op()

render Problem Path.op() not supported

该应用仍然可以正常运行,但是在上载游戏商店时我是否需要担心这种错误消息?

The app still can run without problem But do I have to concern with this kind of error message when upload to play store?

推荐答案

使用新的布局渲染引擎.为此,请转到设置->实验->选中使用新的布局渲染引擎".如果这不能单独解决,请更改:

Use new layout rendering engine. For this go to Settings -> Experimental -> Check "Use new Layout Rendering Engine". If this did not work alone, also change:

implementation 'com.google.android.material:material:1.3.0-alpha02'

implementation 'com.google.android.material:material:1.3.0-beta01'

这应该可行.

这篇关于最新的材料设计版本不支持渲染问题Path.op()的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆