I am developing an app which have Tab with swipe functionality. I am using Eclipse to develop. I have imported the support design library as Library through Pro
I found the solution for eclipse
Problem what i faced is R.Java file is not generated under support.design in gen/ folder.
After doing the below steps R.Java file is generated. Main issue is design library is target to 22. Changing to 23 worked.
Import support design library from \sdk\extras\android\support\design to eclipse workspace.
Open project.properties of AppCompat and design Library and target it to 23
Clean Appcompat, design and YourProject.
Run the app