How to include a ZIP file from github to an existing android studio project?

admin

Administrator
Staff member
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:<a href="https://chmcguir.wordpress.com/2013/09/23/android-studio-importing-library-projects/" rel="nofollow">https://chmcguir.wordpress.com/2013/09/23/android-studio-importing-library-projects/</a>

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:<a href="https://github.com/chrisbanes/Android-PullToRefresh" rel="nofollow">https://github.com/chrisbanes/Android-PullToRefresh</a> ) on an android studio project to use it? Thanks in advance.