我的问题可能很简单,但我找不到答案:对于我的 android 项目,我尝试实现https://github.com/iPaulPro/aFileChooser 在安装说明中我们找到:
Add aFileChooser to your project as an Android Library Project.
带有指向http://developer.android.com/tools/projects/projects-eclipse.html#ReferencingLibraryProject的链接当我按照链接点 1 进行操作时:
1. Make sure that both the project library and the application project
that depends on it are in your workspace.
If one of the projects is missing, import it into your workspace.
我应该怎么做这点?将 aFileChooser 压缩到主文件夹中,还是我需要右键单击应用程序并创建新包之类的?
注意:我正在使用 android studio 并按照评论中的教程进行操作,但 android studio 不会将该项目识别为库。我通过下载 zip 从 github 获得了项目。