I\'m trying to create a menu tab based on Google\'s \"material design\" using Eclipse, but I got an error:
Error inflating class android.support.desig
I was also getting same error. I resolve the problem by replacing
Getting error in this code
Use This code to solved above problem mentioned
**If you are using androidx than need to change android.support.design.widget.TabLayout to com.google.android.material.tabs.TabLayout **