I know that there are some similar questions, but no solution helped me. I am getting a java.lang.NoClassDefFoundError when I try to access an (existing) class in a self-created .jar from my projectgroup.
This .jar works fine in an normal javaProject but doesn´t work with Android. But an older version of this .jar worked fine with Android.
I am developing with Eclipse + Android Development Tool - Plugin (Version 21) I have put the .jar in the Project_Home/libs folder. There are no errors at compiletime.
Before the exception was thrown, there was some "dalvikvm - could not find class ... referenced from ..." errors.
I think, there could be a problem with the Java Version, because our projectgroup recently started to use Java 7, but I am not sure and have no idea how to fix it.
Thanks a lot for your help.