So I\'m trying to get a navigation drawer done using this tutorial (https://www.youtube.com/watch?v=fGcMLu1GJEc&t=16s) however, I undersetand that something has changed in A
The error says you are using the drawer layout from support compat you have to use the material drawer layout
Here is how to add the library
https://material.io/develop/android/docs/getting-started/
Here is how to add the drawer
https://material.io/develop/android/components/navigation-view/