2016-06-28 15 views

答えて

1

のセクションで)

(モジュールbuild.gradleするために、このライン

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

を追加:依存関係セクションは

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' 
} 
0

だけ

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

を追加

あなたの

build.gradle(モジュール:app依存関係

+0

私がすべきようなものを見えるようにするアプリを)ダウンロードしたファイルを置く? –

関連する問題