hi,
i' trying to use an external library in my android sourcecode, but i fail at executing after successful compiling with a "NoClassDefFoundError"
i set the CLASSPATH to the external JAR File i want to use, and imported that jar file as a library, but still the same error.
what is missing, or...