336x280(권장), 300x250(권장), 250x250, 200x200 크기의 광고 코드만 넣을 수 있습니다.
Could not resolve com.google.android.gms:play-services-measurement-xxx:[17.2.0]
Build 시 위와 같은 오류가 발생하고 진행이 되지 않을 시 참고 하세요.
혹시 dependency를 아래와 같이 firebase-core를 지정했는지 체크 하세요. (아닐 경우.. 아래 내용은 쓸모 없습니다.)
implementation "com.google.firebase:firebase-core:17.2.0"
https://firebase.google.com/support/release-notes/android#2019-09-09
위 Firebase Android Release Notes를 보면 아래와 같은 내용이 있다.
firebase-core는 더 이상 Google Analytics를 포함 시키지 않겠다.
firebase-analytics를 직접 불러라 라고 합니다. ㅎ
implementation "com.google.firebase:firebase-analytics:17.2.0"
참고하세요.
'나의 플랫폼 > 안드로이드' 카테고리의 다른 글
[Android] AndroidX Paging 사용 시 내가 겪은 부분 (0) | 2019.11.01 |
---|---|
[Android] Robolectric 사용 중인지 체크 (0) | 2019.09.02 |
[번역] Android Architecture Components 사용시 5가지 일반적인 실수 (0) | 2019.08.23 |
[Android][DI] ViewModel onCleared 함수가 호출 되지 않을 때 (0) | 2019.08.23 |
[Android] Android Architecture 공유 (0) | 2019.08.06 |