Skip to content Skip to sidebar Skip to footer

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

Solution 3:

You can put this in ptoject folder, go to project structue, import module then select the sample.

Post a Comment for "How To Import A Sample From A Library On Github Into Android Studio"