github에서 다운받은 오픈소스를 열고싶은데 이 오류가 뜹니다.. 도와주세요..ㅠ

조회수 1537회

제가 위클리 앱을 만들어야하는게 있어서 지금 안드로이드 스튜디오로 만들고있는데요

처음으로 오픈소스 써보려는데.. 그냥 zip 파일 풀어서 실행했다가 안되어서 gradle에서 버전정보 바꾸니까 아래같은 오류가 뜨네요..ㅠ

ERROR: Could not find com.android.tools.build:gradle:3.2.1.
Searched in the following locations:
    https://jcenter.bintray.com/com/android/tools/build/gradle/3.2.1/gradle-3.2.1.pom
    https://jcenter.bintray.com/com/android/tools/build/gradle/3.2.1/gradle-3.2.1.jar
Required by:
    :Android-Week-View-develop:unspecified
Add Google Maven repository and sync project
Open File

이건 어떻게 해결해야하는 오류일까요..ㅠㅠ 오픈 소스 열고서 gradle에서 버전정보 바꾼거 빼고는 설정 변동한 것은 없습니다..

다음은 오픈소스 프로젝트의 gradle 입니다..

// Top-level build file where you can add configuration options common to all sub-projects/modules.

buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:3.2.1'

        // NOTE: Do not place your application dependencies here; they belong
        // in the individual module build.gradle files
    }
}

allprojects {
    version = VERSION_NAME
    group = GROUP

    repositories {
        jcenter()
    }
}

  • (•́ ✖ •̀)
    알 수 없는 사용자
  • 딱드는 생각은... 그 repo가 요구하는 설치 절차를 따르지 않아서 나는 에러일 거라는 생각이 드네요. 받으신 레포가 뭔가요? 엽토군 2019.1.15 16:45
  • https://github.com/alamkanak/Android-Week-View 여기가 원래 좌표 입니다...ㅠㅠ 알 수 없는 사용자 2019.1.15 16:48
  • 2016년 이후로 업데이트가 중단되었는데...굳이 이걸 사용하셔야하는 이유가 있나요?? 주동혁 2019.1.15 17:49
  • 제가 찾던거랑 똑같아서 한번 보고싶어서요..ㅠ 알 수 없는 사용자 2019.1.16 16:26

1 답변

답변을 하려면 로그인이 필요합니다.

프로그래머스 커뮤니티는 개발자들을 위한 Q&A 서비스입니다. 로그인해야 답변을 작성하실 수 있습니다.

(ಠ_ಠ)
(ಠ‿ಠ)