일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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
- inheritance
- sensor
- length
- SERIAL
- preprocessing
- Encapusulation
- parameter
- Binary
- Contour
- java
- Unity
- atmega328
- flutter
- digitalRead
- Barcode
- Class
- stream
- wpf
- file access
- APP
- Pointer
- aduino
- mfc
- public
- Android
- compare
- memory
- Overloading
- Read
- UNO
Archives
- Today
- Total
폴크(FOLC)
Unity S/W - 예외처리2 본문
728x90
반응형
# Unity 프로젝트 컴파일 관련
> 라이브러리(AR) 연동에서 컴파일 오류 발생
FAILURE: Build failed with an exception.
* What went wrong:
Execution failed for task ':app:processReleaseManifest'.
> Manifest merger failed with multiple errors, see logs
* 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 34s
Running Gradle task 'assembleRelease'... 35.7s
Gradle task assembleRelease failed with exit code 1
Process finished with exit code 1
# build.gradle 버전이 3.4.0 ~ 3.5.9 사이의 버전의 경우에 발생 가능성 있음
> 3.6.0 이상으로 설정
> 3.6.1 로 설정하여 정상 동작 확인
728x90
반응형
사업자 정보 표시
사업자 등록번호 : -- | TEL : --
'Unity > Unity 사용법' 카테고리의 다른 글
Unity - Android 연동 ( Message to Flutter ) (0) | 2021.08.28 |
---|---|
Unity S/W - 예외처리3 (0) | 2021.08.17 |
Unity S/W - 예외처리1 (0) | 2021.08.06 |
Unity - Android 연동 ( AR 테스트 ) (0) | 2021.07.09 |
Unity 샘플 프로젝트 실행 테스트 (0) | 2021.07.07 |