I am using ANT to build an android project. This project does also use a library project. A few days ago everything went fine. But after I updated to the latest SDK I get the following error message:
/path/to/my/project/build.xml:138:/path/to/my/library-project resolve to a path with no default.properties file for project /path/to/my/project
But my library project has a valid default.properties file, so does the other project. I really don't know what is happening there.
I hope someone has an idea where the problem is.
Thanks in advance!

