04-02 21:45:18.260: E/AndroidRuntime(17850): Caused by: java.lang.NoClassDefFoundError: com.capstonecontrol.client.ModulesRequestFactory
Is the error I get when ever my android app tries to use any request factory object. Everything was working until I updated the plugins for eclipse and now I cant seem to get anything to work. Eclipse was giving me an error about my requestfactory-apt.jar file so I removed it from the factory path and added the jar again and that cleared the compile error. But now I get the error above.
I even tried to create a whole new android linked app engine project and just test out the default app and I get the same error. Any help would be greatly appreciated. Thanks!