I want to create a TabLayout
with ViewPager
. I'm using api version 22. I'm getting this error
TabLayout cannot be resolved to a type
I'm using Eclipse for development.
I want to create a TabLayout
with ViewPager
. I'm using api version 22. I'm getting this error
TabLayout cannot be resolved to a type
I'm using Eclipse for development.
You were remaining with adding support library in your project.
Before use the design support library, you have to import support-v7-appcompat library from android-sdks\extras\android\support\v7\appcompat. Then, you have to:
You can not use directly the jar android-support-design.jar because you need some resources too (this is the reason of aar format).
For more info just check Error in styles_base.xml file - android app - No resource found that matches the given name 'android:Widget.Material.ActionButton'