I had the strangest thing happen today: I allowed my Eclipse for Mobile Developers (v Juno SR2, which is running on 64-bit Windows 7) to download and install the latest Android updates today. Went from 21.1.0v201302060044-569685 to 22.0.9.v201305140200--675183 and all of a sudden anytime I try to use any class, method, or value that is from a JAR that has been included in my project I get "java.lang.NoClassDefFoundError" exceptions.
These are JARs which are in my "libs" folder. I have 2 of these "external libraries" and both of them cause this same exception to be thrown anytime I attempt to create an object from them (or any other PME functionality). This all started after upgrading to v22.0.9 of the tools (DDMS, ADT, Hierarchy Viewer, NDT, Traceview, and Tracer for OpenGL ES). In other words, this all worked for months before doing this upgrade.
Any ideas on why my JAR'd code quit working with this upgrade, or what to do to fix it?
.
stackoverflow.comm
No comments:
Post a Comment