I have an Android application, which is working fine. The application have two Java libraries. I installed the newest versions of Eclipse and the Android SDK package on another computer, and I imported in it the same application from the server, but when I run it, the program can’t find the java libraries. I tried to remove them from “Build Path Property” and I added them again, but it still gives me this error:
java.lang.NoClassDefFoundError: org.apache.commons.lang3.ArrayUtils
Do you have any idea how to resolve that?
Thanks in advance.
I had the same problem with some other 3rd party library and this solution has helped me
http://android.foxykeep.com/dev/how-to-fix-the-classdefnotfounderror-with-adt-17