How can i add chrome custom tab to android project on eclipse here is a document descries add it to android studio but i have no time to switch to android studio is their any way to import it.
Asked
Active
Viewed 233 times
1 Answers
0
You need to add the custom tabs support library to your project on Eclipse. It's the same steps you would follow for any other support library on Android. Check the documentation that explains how to do it.
You can also take a look at this StackOverflow question about setting up support libraries v7.