I am trying to change the target build of my Android project from 3.2 to 1.6. However I cannot change it from properties of the project directly. It keeps overwriting my choice.
I checked the solution of : How to change target build on Android project? He said that "turns out my properties, classpath and project files were set as unwritable which is why it didnt work, works now, thanks –"
However I don't know how to change such settings .. any idea ?