答案 0 :(得分:1)
添加此行
compile 'com.github.sundeepk:compact-calendar-view:1.8.4'
到build.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'
}
答案 1 :(得分:0)
只需添加
compile 'com.github.sundeepk:compact-calendar-view:1.8.4'
在你的
上build.gradle(Module:app)
在依赖关系部分