I want to use the snackbar on the App I'm working on, but it will trow the following issue
android.view.InflateException: Binary XML file line #18: Error inflating class android.support.design.widget.Snackbar$SnackbarLayout
I read on this thread that it is because my activity is not extending from activities in the support library, and that is true. The thing is... I cannot change that (not my project, they dont want to use support library for some reason) Am I out of luck? Is there a "SnackBar" class that is not the supported one?