I'm trying to use boilerpipe in an Android application. I have included the libraries boilerpipe-1.2.0, nekohtml-1.9.13, xerces-2.9.1 in the libs folder. When running the application with Eclipse i get the following error: Conversion to Dalvik format failed with error 1
It doesn't give me errors in the code. I'm also using the same code in a Java project and it works. Could it be a problem of conflicts through dependencies?