-1

I want to make a Navigation drawer using <implementation 'com.google.android.material:material:1.3.0'> in android studio. in fact when I use <implementation 'com.google.android.material:material:1.3.0'> , I get the error in in the below image:

enter image description here

but according to some instruction in StackOverFlow like in the below link:

how to solve render problem Path.op() not supported?

I decided to use com.google.android.material:material:1.2.0-alpha02 version in build.gradle. but I think this cause some other problem. for example in the below link:

Binary XML file line #9: Binary XML file line #9: Error inflating class com.google.android.material.slider.Slider

when we use com.google.android.material:material:1.2.0-alpha02, we have problem in executing some object like Slider. so can someone give a solution for this problem? can someone make a Navigation drawer using material:1.3.0 version?

mohammad rezza
  • 324
  • 1
  • 3
  • 17
  • I am not really sure what you are asking really. Have you tried to implement a Navigation drawer and encountered an issue or you are just asking if you can create a Navigation Drawer with a specific version of Material library? – hardartcore Apr 16 '21 at 09:49
  • @hardartcore I get rendering error when I want to implement navigation drawer in material:1.3.0. but I can not use alpha version(material:1.2.0-alpha02) because I think alpha version cause some problems like the second link. so I insist on creating a Navigation Drawer with material:1.3.0 version? – mohammad rezza Apr 16 '21 at 10:30
  • Without an exact error which you get with your implementation we can't really help. Post they way you are creating your Navigation Drawer and the error you get. – hardartcore Apr 16 '21 at 10:37
  • @hardartcore one image that shows the rendering error was added. – mohammad rezza Apr 16 '21 at 18:14

1 Answers1

0

My problem solved. but at the first, I have to migrate to androidX. after that, no randering error get appeared in the navigation drawer's layout when using material:1.3.0 in Build.gradle .

mohammad rezza
  • 324
  • 1
  • 3
  • 17