I have problem with import android project Github in Android studio..
how the import download project "Custom Tabs with Material Design effects" in Android Studio 1.4 ??
Download project Link : Link
I have problem with import android project Github in Android studio..
how the import download project "Custom Tabs with Material Design effects" in Android Studio 1.4 ??
Download project Link : Link
I found the answer here
You have to go to VCS > Checkout from version control > Git/SVN/Mercurial
Add this to your build.gradle:
dependencies {
//...
compile 'it.neokree:MaterialTabs:0.11'
}
And then you will be able to use the library.