프로그래밍/유니티

[유니티] 안드로이드 번들 빌드 오류 모음

갓똥 2022. 9. 26. 12:56
728x90
반응형

WARNING: The option setting 'android.enableR8=false' is deprecated. target api 31

문제 : 타겟 API에서 더 이상 R8을 지원하지 않는다.

해결법 : project setting => custom properties => android.enableR8=false //주석처리


Execution failed for task ':launcher:checkReleaseDuplicateClasses'. GooglePlayBilling

문제 : 중복

해결법 : googleplayplugins => com.google.play.billing 제거

728x90
반응형