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.
commons-lang3-<version>.jaramong you libraries? if not this would be a problem. you could get it from a maven repo as:<dependency org="org.apache.commons" name="commons-lang3" rev="3.1" />