tags:

views:

97

answers:

2
Sudoko Android requires .class compatibility set to 5.0. Please fix project properties.

What this error mean? Please let me know if i need to paste some code..

A: 

Does this help?

If you are using Eclipse SDK than perform following steps to fix your problem:

Right click on your application name (within Package Explorer view) -> Android Tools -> Fix Project Properties

Source:

http://groups.google.com/group/android-developers/browse_thread/thread/9580edf1ed579e4c/a29027e8ea268fa0?lnk=raot

Xavier Ho
No... nothing happened...
piemesons
That's strange... because: http://www.mailinglistarchive.com/[email protected]/msg26081.html
Xavier Ho
A: 

This is not a problem with the Android projet property, but with the Java Compiler Level. Go in Projet ->Properties -> JDK Compiler and make sure you are using Java 1.5 or Java 1.6.

Source:

Problems importing existing project into eclipse

Jean-Philippe Jodoin