build.gradle classpath (1) 썸네일형 리스트형 [안드로이드 스튜디오] classpath 추가 에러 classpath 위치 , all buildscript {} blocks must appear before any plugins {} blocks in the script Firebase 사용하기 위해 classpath를 추가하려고 했는데 예전 버전이랑 추가 방법이 조금 달라진 듯 하다 그냥 아래처럼 build.gradle에 추가를 하면 문제가 되지 않았는데 buildscript { repositories { google() mavenCentral() } dependencies { // Add the dependency for the Google services Gradle plugin classpath 'com.google.gms:google-services:4.3.15' } } plugins { id 'com.android.application' version '7.3.0' apply false id 'com.android.library' version '7.3.0' .. 이전 1 다음