0

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

Bartłomiej Semańczyk
  • 59,234
  • 49
  • 233
  • 358
StarEdris
  • 3
  • 3
  • search for git tutorials (how to install git and clone remote repository) this is right link for repo https://github.com/neokree/MaterialTabs.git – Karol Żygłowicz Jan 27 '16 at 14:05
  • check this question i think its the same question http://stackoverflow.com/questions/16597092/how-to-clone-a-remote-git-repository-with-android-studio?lq=1 – Mohamed Jan 27 '16 at 15:09

2 Answers2

0

I found the answer here

You have to go to VCS > Checkout from version control > Git/SVN/Mercurial

Community
  • 1
  • 1
0

Add this to your build.gradle:

dependencies {
//...
compile 'it.neokree:MaterialTabs:0.11'
}

And then you will be able to use the library.

Georgi Koemdzhiev
  • 11,421
  • 18
  • 62
  • 126