일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
- DataTable
- error
- FLUTTER
- spring
- css
- tomcat
- android error
- apache gzip
- fragment
- Java
- MySQL
- Android Apk 이름
- android fragment
- Eclipse
- Exception
- Program type already present
- CSS사용법
- Android Apk 이름 변경
- Android Apk
- release unsigned
- release Apk
- java error
- JavaScript
- jQuery
- R프로그래밍
- Kotlin
- Android
- html
- 안드로이드
- Firebase
- Today
- Total
목록Program type already present (2)
selfstarter
Solve transformDexArchiveWithExternalLibsDexMergerForDevDebug Error Problem 빌드하는 중에 아래 에러 발생 Error Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDevDebug'. AGPBI: {"kind":"error","text":"Program type already present: kr.co.library.중략.class Case Program type already present는 이미 class가 존재한다는 의미이다 Solution kr.co.library.class가 중복 존재한다고 해서 왜 그런가 봤더니 버전이 다른 같은..
에러 Program type already present: com.google.android.gms.internal.measurement.zzdk 에러상황 Gradle 동기화 성공, 프로젝트 빌드 시 에러발생 원인 이미 com.google.android.gms.internal.measurement.zzdk가 존재함 해결방법 충돌이 나는 library에서 com.google.android.gms group을 무시함. exclude 추가 implementation ('com.google.firebase:firebase-invites:16.0.4') { exclude group: 'com.google.android.gms'}