java - Can't add target Android version for Android Project in Eclipse -
i had happen me while importing project existing code , didn't see answer here. hope finds helpful.
i getting '...cannot resolved...' errors if missing android sdk though had installed. lots of them pertained 'android.*' imports. adding .jar files build path did not resolve issue either.
i went 'my_project' > properties > android , found eclipse ignored me when selected target version , clicked 'apply'. there no errors, nothing happened.
solution: project.properties file set 'readonly'. removed readonly flag (right click on project.properties in eclipse > properties > resource, in file system well). went 'my_project' > properties > android , selected android build target , project.properties file updated!
Comments
Post a Comment