问题
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.
回答1:
The ZIP from Github is nothing but a project. You should look into adding a project as a library.
来源:https://stackoverflow.com/questions/33094933/how-to-include-a-zip-file-from-github-to-an-existing-android-studio-project