如何将样本从github上的库导入android studio

时间:2015-03-25 10:27:58

标签: android android-studio

我要迁移到android studio。

我想使用这个库:

https://github.com/alexvasilkov/FoldableLayout

我按照以下链接步骤导入此库:

https://github.com/MagicMicky/FreemiumLibrary/wiki/Import-the-library-in-Android-Studio

现在,我该如何使用这个项目的样本?

enter image description here

我已经测试了以下步骤,但没有奏效:

file =>导入项目

.. \ 94 \ FoldableLayout主\ FoldableLayout主\样品

file =>导入模块

.. \ 94 \ FoldableLayout主\ FoldableLayout主\样品

3 个答案:

答案 0 :(得分:1)

您应该将示例文件夹复制/粘贴到项目目录中,然后在../project/settings.gradle文件中输入以下行:

> incldue ':sample'

答案 1 :(得分:0)

File =>打开=> ../采样/的build.gradle

答案 2 :(得分:0)

您可以将其放在项目文件夹中,转到项目结构,导入模块然后选择样本。