Notice
Recent Posts
Recent Comments
Link
250x250
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | ||||||
2 | 3 | 4 | 5 | 6 | 7 | 8 |
9 | 10 | 11 | 12 | 13 | 14 | 15 |
16 | 17 | 18 | 19 | 20 | 21 | 22 |
23 | 24 | 25 | 26 | 27 | 28 |
Tags
- 안드로이드스튜디오
- cos
- django
- 코테
- cos pro 1급
- 개발
- DART
- C++
- 코드품앗이
- AndroidStudio
- cos pro
- Algorithm
- codingtest
- Python
- Vue
- 안드로이드
- BAEKJOON
- 동적계획법과최단거리역추적
- 알고리즘
- 동적계획법
- DFS와BFS
- issue
- DFS
- vuejs
- 분할정복
- android
- 파이썬
- Flutter
- 코딩테스트
- 백준
Archives
- Today
- Total
목록processDebugGoogleServices (2)
Development Artist
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/URKRF/btrT400KLBx/mOFnI1fOHZt2RLKCcafkz0/img.png)
이슈 1. 플러터 프로젝트 진행중에, 안드로이드 앱 쪽 에러 발생. 해결 1. Searched Location의 파일 맨 아래에 apply plugin: 'com.google.gms.google-services' 삭제. 원인 apply plugin: 'com.android.application' 위 plugin 안에 이미 구글 서비스를 포함하고 있기 때문.
TroubleShooting/Android Issue
2022. 5. 2. 20:18
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/bvdlxR/btq6lovBYHO/Q6g9tTqT0KNIKvTnbtebV0/img.jpg)
이슈 - build를 하면 Excution failed for task ':app:processDebugGoogleServices' 에러 발생 - google-services.json 파일을 찾을 수 없다고 말하고 있음. 해결 - build.gradle (App)에 보면 'apply plugin: 'com.google.gms.google-services' 를 지운다.
TroubleShooting/Android Issue
2021. 6. 2. 15:09