일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 29 | 30 | 31 |
- 다시도전
- Flutter
- SUNLOG
- 불공단
- 공부기록
- opencv
- 백엔드
- 대학생
- 파이썬
- Til
- to all the errors i loved
- 컴공과
- 2024 1학기 기말 파이썬 프로젝트
- djangorestframework
- django
- 암영
- Python
- 1학기
- 낭독
- UOPEOPELE
- 장고
- 가보자고
- 해커스
- DRF
- 불공단스터디
- 라즈베리파이
- 매일매일쓰자허무하지않게
- 불공단_스터디
- 기록
- 삽질일기
- Today
- Total
기술해록본
Flutter: FAILURE: Build failed with an exception. 본문
Flutter: FAILURE: Build failed with an exception.
HaeYoung_12 2024. 8. 24. 17:59앱 빌드 중에 발생한 에러 2
* What went wrong:
Error:Execution failed for task ':app:processDebugGoogleServices'.
>; No matching client found for package name 'com.example.exampleapp'
https://darkness-blooms-sun.tistory.com/42
Flutter: Cannot set the value of read-only property 'signingConfigs' for extension 'android'
앱 build 할때 발생했던 에러* What went wrong: A problem occurred evaluating project ':app'. > Cannot set the value of read-only property 'signingConfigs' for extension 'android' of type com.android.build.gradle.internal.dsl.BaseAppModuleE
darkness-blooms-sun.tistory.com
위의 에러를 해결하고 , 다시 빌드 명령을 실행했을 때 발생함.
Gradle 빌드 오류 ‘No matching client found for package name’ 해결법 · snowdeer's Code Holic
Gradle 빌드 오류 ‘No matching client found for package name’ 해결법 18 Mar 2017 | Android Android Studio 문제 해결 Android Studio에서 Google Service를 사용하는 어플을 개발하다가 패키지 이름(Package Name)을 변경해야
snowdeer.github.io
블로그를 참고하여 google-service.json의 packagename을 바뀐 프로젝트ID 로 바꿨더니 빌드 성공!