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..
asked Apr 24, 2010 at 17:19
Mohit Jain
44.1k58 gold badges174 silver badges276 bronze badges
3 Answers 3
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:
answered Apr 29, 2010 at 18:55
Jean-Philippe Jodoin
4,7761 gold badge28 silver badges29 bronze badges
Sign up to request clarification or add additional context in comments.
1 Comment
Indrek Kõue
Thank you, you are life saver. Tried everything and that one helped!
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:
answered Apr 24, 2010 at 17:24
Xavier Ho
18.2k9 gold badges52 silver badges52 bronze badges
1 Comment
Xavier Ho
That's strange... because: mailinglistarchive.com/[email protected]/…
Here is the solution ...this helps you...
Solution: 1. Fix project: Package Explorer -> Right click the project -> "Android Tools" -> "Fix Project Properties"
2. Restart Eclipse: "File" -> "Restart"
answered Nov 30, 2015 at 12:05
Archan Desai
2062 silver badges7 bronze badges
Comments
default