【发布时间】:2016-10-31 09:20:50
【问题描述】:
【问题讨论】:
标签: android android-gradle-plugin android-studio-2.0
【问题讨论】:
标签: android android-gradle-plugin android-studio-2.0
只需添加
compile 'com.github.sundeepk:compact-calendar-view:1.8.4'
在你的
build.gradle(模块:app)
在依赖部分
【讨论】:
添加这一行
compile 'com.github.sundeepk:compact-calendar-view:1.8.4'
构建.gradle (Module: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'
}
【讨论】: