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

Popular posts from this blog

javascript - jquery or ashx not working -

opencv - DataType<cv::detail::deriv_type>::depth what is it used for -

python 3.x - Mapping specific letters onto a list of words -