Problem : There was no problem when app was using
Theme.MaterialComponents.Light.NoActionBar
But was not using any MDC elements in Layout like (TextInputLayout etc).
Then i replaced Editext
with TextInputLayout
and Button with Material Button.
Now here the problem comes.
When i run my app, i see the screen goes blank. Just pure white.
I checked Layout isses. I found there're 7 warnings and 2 errors(Render problem).
The Render problems are as -
Path.op() not supported. (As was it suggests i refreshed the layout many times. Doesn't work)
java.awt.geom.IllegalPathStateException: missing initial move to in path definition
This is what i have tried -
- Downgrading my MDC dependency (how to solve render problem Path.op() not supported?)
- Clean project, rebuild and restart Android studio
Please help me to solve this strange issue. I want to use MDC in my project.
Thank you.