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

眉间皱痕 提交于 2019-12-24 16:10:45

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!