0

I did the below:

Right click on projetc name -> Properties -> Tried to add a library. I was able to add the library to that list but after clicking OK if I re-open the properties dialog it does not reflect these changes. Anybody come across this problem? I'm using ADT bundle v23.

Thanks

1 Answers1

0

The properties are saved in the .classpath file in the project folder. This post may help.

What's in an Eclipse .classpath/.project file?

You may want to use an editor to open the .classpath file to see if the library is added to the file. If not, most likely you don't have the write access to the file.

Community
  • 1
  • 1
Lei Chen
  • 699
  • 1
  • 5
  • 13
  • It isn't added. I can manually edit the file so it has write permissions. BTW, its not just about the library, I'm not able to edit the build target too. – user14051989 Dec 05 '14 at 01:57
  • 1
    Can you confirm that you are running Eclipse as administrator? – Lei Chen Dec 05 '14 at 02:53