반응형
[trouble shooting]
Android requires compiler compliance level 5.0 or 6.0. Found '1.7' instead. Please use Android Tools > Fix Project Properties.
[Solution]
To do that, 2 options:
- right-click on your project and select "Android Tools -> Fix Project Properties" (if this din't work, try second option)
- right-click on your project and select "Properties -> Java Compiler", check "Enable project specific settings" and select 1.5 or 1.6 from "Compiler compliance settings" select box.
반응형
'IT > Android' 카테고리의 다른 글
[Tips] How can I change font size in Eclipse for Java text editors? (0) | 2013.02.19 |
---|---|
[Trouble Shooting] The project cannot be built until the build path errors are resolved. (0) | 2013.02.19 |
[안드로이드] 위치설정 셋팅 설정 뛰어주기 (펌 : http://www.androidpub.com/1927661) (0) | 2012.02.09 |
[안드로이드] 앱에 애드몹 달기, Admob 달기, 광고 달기 (0) | 2012.02.08 |
[안드로이드] 이클립스 텍스트 크기 조절 (0) | 2012.02.08 |