AndroidX package android.support.design.R does not exist
I found the solution, simply replace this line
android.support.design.R.
with
com.google.android.material.R.
I found the solution, simply replace this line
android.support.design.R.
with
com.google.android.material.R.