1

It could be weird but I never succeed to import any zip file as a module/library to my project using android studio. I followed many tutorials like this one:https://chmcguir.wordpress.com/2013/09/23/android-studio-importing-library-projects/

But I always have errors.

So someone can explain me how to import a library, as a zip file downloaded on github ( like this one:https://github.com/chrisbanes/Android-PullToRefresh ) on an android studio project to use it? Thanks in advance.

Virthuss
  • 3,142
  • 1
  • 21
  • 39

1 Answers1

0

The ZIP from Github is nothing but a project. You should look into adding a project as a library.

Community
  • 1
  • 1
Ashish
  • 21
  • 6