I have an android app that works fine. The application has two Java libraries. I installed the latest versions of Eclipse and the Android SDK on another computer, and I imported one application from the server into it, but when I run it, the program cannot find the java libraries. I tried removing them from the Build Path property, and I added them again, but this still gives me this error:
java.lang.NoClassDefFoundError: org.apache.commons.lang3.ArrayUtils
Do you have any ideas how to solve this?
Thanks in advance.
source
share