I get a "AndroidRuntime: java.lang.NoClassDefFoundError: " exception on a class that actually exists in a local project.
P/S: This class is in a local Java project and not a referenced "jar" file
07-11 13:42:16.103: E/AndroidRuntime(647): java.lang.NoClassDefFoundError: com.cityjams.ui.Eula
NOTE:
- This exception occurs when I try to run the project
- The Eula class is in another Java project referenced by many projects
- This used to work just fine until recently