I am getting an error in my Problems tab for my Android Project in Eclipse. The error is \"Android Packaging Problem\" with an Unknown location.
I had the same problem. I tried the clean up option but for some reason it still did not work. I copied my project and pasted it as a new project and that cleared it up for me.
I had the same problem. I tried the clean up option but for some reason it still did not work. I solved this problem using this step Project name ->Android tool ->Add support Library
Cleaning the project was not enough for me. I had to first remove a <classpathentry/>
that specified the interface from the .classpath file and a <linkedResources>'s <link>
to the same interface in the .project file before cleaning the project would remove the error.
I worked with a SVN project and one installation have eclipse Galileo. The other have updated to Helios. In Helios I found this problem and clean is no solution. After Galileo reinstall (all installations equals now), I deleted workspace and a new checkout resolved the problem.
I was confronted with this problem too, and I solve it by clicking Menu->Project->Clean. The error goes away after cleaning the project.
I had this same error in an imported project and cleaning was not helpful, however by deleting the library references in the .project and .classpath eclipse files, and then relinking things and cleaning, I was able to get things building again.