How To Import A Sample From A Library On Github Into Android Studio
I'm going to migrate to android studio. I would like to use this library : https://github.com/alexvasilkov/FoldableLayout I followed below link steps to import this library : https
Solution 1:
You should copy/paste your sample folder into your project directory then enter below line in the ../project/settings.gradle
file :
> incldue ':sample'
Solution 2:
File => Open => ../Sample/Build.gradle
Post a Comment for "How To Import A Sample From A Library On Github Into Android Studio"