728x90
728x90
SMALL
유니티로 안드로이드 빌드 중 아래와 같은 오류가 발생하였다
Duplicate class com.google.common.util.concurrent.ListenableFuture found in modules ...
구글링을 해보니 아래 방법으로 빠르게 해결 할 수 있었다..!
해결 방법
1. Edit > Project Settings > Player > Publishing Settings
2. Custom Main Gradle Template 체크
3. 프로젝트 폴더 > Assets > Plugins > Android
4. mainTemplate.gradle 열기
5. dependencies에 implementation 'com.google.guava:listenablefuture:9999.0-empty-to-avoid-conflict-with-guava' 추가
해당 한 줄을 추가하니 오류가 사라졌다 :)
728x90
728x90
LIST
'EXPERIENCE > Unity' 카테고리의 다른 글
[Unity/iOS] 아이폰 설정 화면 진입하는 플러그인 코드 (0) | 2022.12.26 |
---|---|
[Unity/iOS] 앱 설정 화면 진입하는 플러그인 코드 (0) | 2022.12.26 |
[Unity/Android] ClassNotFoundException: Didn't find class ERROR 해결방법 (0) | 2022.12.26 |
[Unity/Android] CommandInvokationFailure: Gradle build failed ERROR 해결방법 (0) | 2022.12.26 |
[Unity/Android] repositories.cfg could not be loaded ERROR 해결방법 (1) | 2022.12.26 |