Unity2D : Unable to convert classes into dexformat 오류

유니티 C# 2017. 7. 27. 19:24

Unity2D : Unable to convert classes into dexformat 오류


해결방법: Plugin의 Android 폴더에 android-support-v4.jar등의 다양한 파일들이 중복(때로는 IAP관련 파일들이 중복으로 문제를 야기시키는 경우도 있습니다.)되어서 발생되는 경우가 있습니다.

같은 파일의 다양한 버전이 공존할 경우 classes를 dex파일로 변환시 충돌이 발생됩니다.

따라서 불필요한 jar파일들을 삭제해주면 정상적으로 빌드되어 배포가 됩니다.