Error:(1, 1) A problem occurred evaluating project ':app'. > Failed to apply plugin [id 'com.android

1006 단어 안 드 로 이 드
Android studio rebuild 프로젝트 를 사용 하 는 중 오류 발생:오류:(1,1)평가 프로젝트':app'에 문제 가 발생 했 습 니 다.
> Failed to apply plugin [id 'com.android.application']
   > Invalid revision: 12.0.2753695 beta 1
이것 은 프로젝트 의 설정 이 도구 업데이트 나 다른 이유 로 변경 되 었 기 때 문 입 니 다.
구체 적 인 프로필:프로젝트 디 렉 터 리 의 build.gradle 파일
파일 에 다음 코드 가 있 습 니 다:
buildscript {
    repositories {
        jcenter()
    }
    dependencies {
        classpath 'com.android.tools.build:gradle:2.1.0'

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

classpath 버 전 을 원래 모습 으로 바 꿔 야 합 니 다.나중에 동기 화하 면 돼 요.

좋은 웹페이지 즐겨찾기