I'm using below with androidx in Android studio 3.5.3:
My gradle is as below:
implementation 'com.google.android.material:material:1.3.0-alpha02'
...
mindSdkVersion 26
compileSdkVersion 29
targetSdkVersion 29
In the editor of Android studio,I have this:
render Problem Path.op() not supported
The app still can run without problem.
But do I have to be concerned about this kind of error message when uploading 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'
to
implementation 'com.google.android.material:material:1.3.0-beta01'
This should work.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With