Failed to compile resources with the following parameters:
-bootclasspath "C:/Users/USER/AppData/Local/Android/sdk\platforms\android-25\android.jar" -d "D:\Workspace_Unity\example\Temp\StagingArea\bin\classes" -source 1.6 -target 1.6 -encoding UTF-8 "com\example\example\R.java" "com\example\plugins\R.java"
warning: C:\Users\example-SB\AppData\Local\Android\sdk\platforms\android-25\android.jar(java/lang/Object.class): major version 52 is newer than 51, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
warning: C:\Users\example-SB\AppData\Local\Android\sdk\platforms\android-25\android.jar(java/lang/AutoCloseable.class): major version 52 is newer than 51, the highest major version supported by this compiler.
It is recommended that the compiler be upgraded.
2 warnings
위와 같은 에러가 발생하며 apk 파일 생성이 되지 않는 경우 Java 의 버전을 올려주면 해결 됩니다.
'Development > Unity3d' 카테고리의 다른 글
Unity Error while saving blame file 에러 발생 시 (0) | 2018.09.11 |
---|---|
Unity sending message header failed (0) | 2017.03.03 |
유니티 uGUI 에서 UI 의 크기 알아내기 (0) | 2016.09.22 |
유니티 타이젠 빌드 방법 (0) | 2016.03.29 |
Unity3d Admob 추가시 AdSize 를 찾을 수 없는 문제 (0) | 2015.12.21 |