【问题标题】:Import spinnerwheel module to android studio [closed]将 spinnerwheel 模块导入到 android studio [关闭]
【发布时间】:2015-07-14 12:29:59
【问题描述】:

如何将此库导入到我在 android studio 中的项目中 spinnerwheel

【问题讨论】:

标签: android android-studio


【解决方案1】:

从 github 下载该压缩包

您应该将库模块放入应用程序项目中。为了指定模块依赖关系,只需:

  1. 右键单击应用程序->打开模块设置
  2. 点击“+”图标
  3. 选择要添加的库模块的根目录。
  4. 按照提示操作

然后,该模块将显示在您的项目中。然后,您需要将其作为库依赖项添加到 Application 中。再次,在您的模块设置中:

  1. 选择您的应用程序模块
  2. 选择右侧的 Dependencies 选项卡
  3. 点击底部的“+”图标
  4. 选择模块依赖
  5. 选择所需的库模块

【讨论】:

    猜你喜欢
    • 2017-07-10
    • 2021-08-22
    • 2022-01-04
    • 2019-10-31
    • 1970-01-01
    • 2015-12-13
    • 2015-09-09
    • 1970-01-01
    相关资源
    最近更新 更多