-
[Android] .class compatibility set to 5.0. Please fix project properties. 문제 해결방법0x05 Programming/Android Programing 2010. 8. 19. 09:23
Android Requires .class compatibility set to 5.0. Please fix project properties
에러 해결하기.
프로젝트를 불러온 뒤 Run을 눌러 컴파일을 해보려고 하는데, Android Requires .class compatibility set to 5.0. Please fix project properties. 와 같은 에러가 뜨는 경우 해결방법 입니다.
안드로이드를 공부하기 위해 샘플과 자료를 다운받았는데, 그 것을 불러올 경우에 즉 다른 사람이 제작한 프로젝트를 불러들일 때 뜨는 에러더군요.
해결방법에 대해서 알아보겠습니다.
[ 그림 1. .class compatibility set to 5.0 error ]
[ 그림 2 . 현재 작업 중인 Project 목록 ]
[ 그림 2 ]와 같이 에러 표시가 난 프로젝트에 마우스 오른쪽 버튼을 누른다.
[ 그림 3. 우측 메뉴 ]
Android Tools -> Fix Project Properties
그리고 Run 을 눌러보시면 정상적으로 되는 것을 보실 수 있습니다.