일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- 코딩입문
- 업비트
- 오블완
- ASP.NET MVC
- MSSQL
- 썸머노트
- Aspose.cells
- PromptEngineering
- 엔트리
- swift 화면전환
- 초딩수학
- league of legends
- 블록코딩
- upbit
- Excel
- python
- httpclient timeout
- 나만의 상점
- 파이썬입문
- .csv
- MYSQL
- Android
- MS-SQL
- largelanguagemodels
- Kakao API Address
- 스크래치코딩
- AIoptimization
- chart.js
- 일본여행
- 한글깨짐
Archives
- Today
- Total
DBA
Execution failed for task ':app:mapDebugSourceSetPaths' 본문
[3] Development/Android
Execution failed for task ':app:mapDebugSourceSetPaths'
코볼 2023. 4. 19. 09:59728x90
반응형
SMALL
gradle 버전을 7.3.1로 업데이트 했더니, Execution failed for task ':app:mapDebugSourceSetPaths'
이와 같은 에러가 났다
build.gradle(AppName)
classpath 'com.google.gms:google-services:4.3.10'
아래처럼 변경
classpath 'com.google.gms:google-services:4.3.14'
classpath 'com.google.gms:google-services:4.3.14'
classpath 'com.android.tools.build:gradle:7.3.1'
728x90
반응형
LIST
Comments