일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- LEFT JOIN
- swift 화면전환
- Oracle
- rounding
- Request.Form
- CSV
- .csv
- 나만의 상점
- Aspose.cells
- 일본여행
- python
- Banker's
- MYSQL
- Banker's rounding
- 한글깨짐
- 오블완
- MSSQL
- 썸머노트
- chart.js
- 초딩수학
- AIoptimization
- largelanguagemodels
- Android
- league of legends
- Kakao API Address
- MS-SQL
- upbit
- 업비트
- Excel
- PromptEngineering
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