Application giving error while trying to run
I am developing an android application where i have no errors in the code.But when i try to run the android application it shows the error message listed below
VMSApplication] Android requires compiler compliance level 5.0. Please fix project properties.
开发者_开发知识库Has anyone faced this problem before,,
Thanks in advance Tushar
try this(if you are using Eclipse)
First: Package Explorer ->Right click the project ->“Android Tools” -> “Fix Project Properties”
Then Restart Eclipse: "File" -> “Restart”
if that doesn't work
try setting the compatibility level
"Window/Preferences", "Java/Compiler/Compiler Compliance Level"
精彩评论