본문 바로가기
Study Note/Angular

Ionic 5 # [Android] Can not add task ': processDebugGoogleServices'as a task with that name already exists

by 시뮝 2020. 1. 16.
728x90

개발환경 : ionic, android

 

FCM 가이드를 따라 추가한 뒤 뜨는 에러

Can not add task ': processDebugGoogleServices'as a task with that name already exists

 

플러그인이 중복되어 나오는 에러였다.

build.gradle 파일의 apply from 중 중복된 fcm 플러그인 소스를 주석처리하여 해결하였다.

 

참고 사이트 : https://cpoint-lab.co.jp/article/201808/5080/

 

【Android】「Cannot add task ‘:processDebugGoogleServices’ as a task with that name already exists.」エラーの対処法

本日遭遇したエラーの対処法です。 状況はというと、Cordovaでアプリを開発中、プラグインの追加・削除のため…

cpoint-lab.co.jp

 

참고로 FCM 설정은 여기를 참고하였다.

https://firebase.google.com/docs/android/setup#manually_add_firebase

https://xepushapp.com/board_SbEm14/10605

728x90

댓글