0

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://github.com/MagicMicky/FreemiumLibrary/wiki/Import-the-library-in-Android-Studio

now, how can I use the sample of this project ?

enter image description here

I've tested the following steps but did not work:

file => import project

..\94\FoldableLayout-master\FoldableLayout-master\sample

file => import module

..\94\FoldableLayout-master\FoldableLayout-master\sample

Community
  • 1
  • 1
S.M_Emamian
  • 17,005
  • 37
  • 135
  • 254

3 Answers3

1

You should copy/paste your sample folder into your project directory then enter below line in the ../project/settings.gradle file :

> incldue ':sample'
0

File => Open => ../Sample/Build.gradle

Sjd
  • 1,261
  • 1
  • 12
  • 11
0

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

gmendes
  • 117
  • 1
  • 1
  • 17