재우니의 블로그

자마린 XAMARIN 에서 오류 발생

"major version 52 is newer than 51, the highest major version supported by this compiler."

 

JDK 버전 1.8 을 설치 한 다음, 아래와 같이 java developement kit locaton 경로 변경을 해주셔야 합니다.

그 다음 이를 해결하기 위해, 이전에 설치된 JDK 1.7 버전이 있다면, 새로 설치한 JDK 1.8 이외의 버전을 삭제 해 주셔야 합니다.  이 의미는 JDK 1.7 이 설치 되어 있다는 것 인데요.

이를 프로그램 삭제에서 제거해 주시고 VISUAL STUDIO 에서 재가동하여 확인하시면 오류가 없을 겁니다.  

 

C:\Program Files (x86)\Android\android-sdk\platforms\android-25\android.jar(android/view/LayoutInflater.class): major version 52 is newer than 51, the highest major version supported by this compiler.    

 

http://stackoverflow.com/a/38546946