2016-06-28 3 views

답변

1

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

가 build.gradle이 라인 (모듈 추가 :

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

을 추출 할 위치 알 필요가 내 안드로이드 Studio 프로젝트에이 라이브러리를 추가 할 수있는 방법을 찾을 수 없습니다

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

build.gradle (모듈 : app 종속성 섹션)

+0

같은 종속성 섹션 모양의 무언가를 만들기 위해 응용 프로그램)을 어디에서해야 다운로드 한 파일을 넣으시겠습니까? –

관련 문제