Reputation: 4408
I have downloaded the Zxing barcode reader android project. Now opened this source in eclipse . THe targetof the project is 4.0.3
Now i go to properties->android -> and try changing the target , its not getting changed When i click OK nothing happens and target remain as 4.0.3
I tried to set this project as library as well. Here also same thing happening
I am able to change target for other my projects.
Can please tell what could be the reason for this behaviour
Upvotes: 1
Views: 303
Reputation: 6856
Right click on your project go to properties and select android and your target and also change it in manifest.
Upvotes: 1
Reputation: 2415
When you compile the next time it should take from the manifest.
Upvotes: 0
Reputation: 29672
Just check your folder, its .class file might be in readonly mode. please set it to normal mode & then you can change the target or other things.
Upvotes: 0