在Android Studio项目中添加图书馆



我找不到将此库添加到我的Android Studio Project

的方法

我需要知道在哪里提取此文件

https://github.com/sundeepk/compactcalendarview

添加此行

compile 'com.github.sundeepk:compact-calendar-view:1.8.4'

build.gradle(模块:app)使依赖项部分看起来像

dependencies {
    compile fileTree(dir: 'libs', include: ['*.jar'])
    testCompile 'junit:junit:4.12'
    compile 'com.android.support:appcompat-v7:23.3.0'
    compile 'com.github.sundeepk:compact-calendar-view:1.8.4'
}

只需添加

compile 'com.github.sundeepk:compact-calendar-view:1.8.4'

在您的

build.gradle(模块:app)

在依赖项部分

相关内容

  • 没有找到相关文章

最新更新