GAME Dev/Error
유니티 업그레이드 후 Gradle 빌드 에러 해결
루피캣
2023. 6. 29. 13:36
반응형
Failed to apply plugin 'com.android.internal.application'. > Cannot parse project property android.enableR8='' of type 'class java.lang.String' as boolean. Expected 'true' or 'false'.
유니티 버전 업그래이드 후 안드로이드 빌드 시 위 와 같은 gradle 관련 에러가 발생한다면
Project - Assets - Plugins - Android 폴더를 삭제한다.
Resolving Android Dependencies가 자동 실행 되고 완료되면
빌드를 다시 해본다.
빌드 성공~
Build completed with a result of 'Succeeded' in 370 seconds (370052 ms)
UnityEngine.GUIUtility:ProcessEvent (int,intptr,bool&)
반응형