Issue while running emulator from eclipse - java.lang.NoClassDefFoundError: org/apache/commons/lang3/StringUtils

hi,
I found this solution here

I had the same problem too. This is due to the problem of StringUtils. I downloaded Apache Commons Lang plugin and problem was solved.
The download can be found here: http://commons.apache.org/proper/commons-lang/download_lang.cgi
After downloading, add commons-lang3-3.5.jar to your external libraries in your IDE.

1 Like