> Task :app:transformDexArchiveWithExternalLibsDexMergerForDebug FAILED
34 actionable tasks: 32 executed, 2 up-to-date
D8: Program type already present: android.support.v4.app.INotificationSideChannel
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
Program type already present: android.support.v4.app.INotificationSideChannel
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
BUILD FAILED in 6s
/home/jude/joo/03.exam/ionic/mountain/platforms/android/gradlew: Command failed with exit code 1 Error output:
Note: Some input files use or override a deprecated API.
Note: Recompile with -Xlint:deprecation for details.
Note: Some input files use unchecked or unsafe operations.
Note: Recompile with -Xlint:unchecked for details.
D8: Program type already present: android.support.v4.app.INotificationSideChannel
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:transformDexArchiveWithExternalLibsDexMergerForDebug'.
> com.android.builder.dexing.DexArchiveMergerException: Error while merging dex archives:
Learn how to resolve the issue at https://developer.android.com/studio/build/dependencies#duplicate_classes.
Program type already present: android.support.v4.app.INotificationSideChannel
* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.
* Get more help at https://help.gradle.org
QR스캐너를 사용하기 위해서 설치 중에 아래와 같은 오류가 생겼다.
스캐너 패키지 중에 android.support.v4 버전에 충돌이 있어서 생긴 오류라는데 정확히는 찾지 못했고 아래와 같은 해결법으로
해결 되었다.
ionic cordova plugin add cordova-plugin-androidx
ionic cordova plugin add cordova-plugin-androidx-adapter
#rm -r andorid plugin간에 충돌이 날수도 있으므로 지우고 새로 하는 편이 좋다.
ionic cordova build android
'Mobile' 카테고리의 다른 글
[ Ionic ] GADInvalidInitializationException Error 수정 (0) | 2020.08.27 |
---|---|
[ IONIC ] - FIle Read 에러 {"code":2,"message":"SECURITY_ERR"} (0) | 2020.08.15 |
[ Ionic ] ion-searchbar ionClear 이벤트 오류 (0) | 2020.07.01 |
[ Ionic ] 웹개발자가 만드는 Ionic 어플 - 4탄 (배포 후 문제점) (0) | 2020.04.14 |
[ Ionic ] 웹개발자가 만드는 Ionic 어플 - 3탄 (배포) (0) | 2020.04.04 |
댓글