아래는 코모스튜디오가 직접 만든 무료 앱이에요(한 번만 봐주세요 ^^)
Gradle에서 이 에러가 나온다면
Plugin with id 'com.android.application' not found.
build.gradle에
buildscript {
repositories {
jcenter() // or mavenCentral()
}
dependencies {
classpath 'com.android.tools.build:gradle:1.5.0'
}
}
를 추가 해주면 된다.
그래도 에러가 계속 난다면?
위 노랑이의 위치를
apply plugin: "com.android.application"
바로 위로 옮기면 된다.
' [안드로이드 공부] > 안드로이드 스튜디오' 카테고리의 다른 글
Exception raised during rendering: Could not initialize class android.graphics.Typeface (0) | 2017.10.31 |
---|---|
[안드로이드] Failed to resolve: com.android.support:support-v4:26.0.0 (0) | 2017.08.15 |
안드로이드 스튜디오 디버그 안나올 때 (0) | 2016.02.03 |
[안드로이드 스튜디오] 정말 쉬운 패키지명 변경 -단 2번만 클릭하면된다! (2) | 2015.12.19 |
[안드로이드] 위젯 이벤트 연결 (1) | 2015.10.15 |
모든 게시물은 코모스튜디오의 소유이며, 무단 복제 수정은 절대 불가입니다. |
퍼가실 경우 댓글과 블로그 주소를 남기고 해당 게시물에 출처를 명확히 밝히세요. |