java.lang.NoClassDefFoundError in Eclipse, but not with Ant
问题 I have a quite weird problem with some Android projects and Eclipse. I have a number of Android projects that all use much of the same code, and have therefore moved a lot of code into an Android Library project. This has, for a long time, worked quite well for three apps. Today, I wanted to use the library for a fourth app as well, and ran into trouble. Basically, the situation is as follows: Library project: contains a set of activities as well as some utility classes New project: