我不知道如何将这个库添加到我的项目中。
https://github.com/alamkanak/Android-Week-View
谢谢。编辑:任何人都可以解释如何将示例应用作为Android项目打开吗?
https://github.com/alamkanak/Android-Week-View/tree/develop/sample
答案 0 :(得分:2)
在build.gradle(app:module)
在依赖项块中添加此行:
compile 'com.github.alamkanak:android-week-view:1.2.6'
并根据您发布的链接按照说明操作。
答案 1 :(得分:0)
在您的文件gradle insert into dependencies中粘贴此compile 'com.github.alamkanak:android-week-view:1.2.6'
示例:
dependencies {
compile fileTree(dir: 'libs', include: ['*.jar'])
testCompile 'junit:junit:4.12'
compile 'com.android.support:appcompat-v7:26.0.2'
compile 'com.android.support:design:26.+'
compile 'com.github.alamkanak:android-week-view:1.2.6'
}
然后点击立即同步。
答案 2 :(得分:0)
在模块build.gradle文件
中添加此行编译“com.github.alamkanak:android-week-view:1.2.6 ”
现在同步gradle文件和库将添加到项目中,现在您可以按照github上有关日历自定义和设置的说明进行操作