I´m trying to run this project made in eclipse with android, and this projects uses the CHOCO library. The problem is choco uses a class called ArraDeque that gives an error:
NoClassDefFoundError
If I import this class (java.util.ArrayDeque) in any file of mine, eclipse recognizes it, but while the project is running(on an android device) when the choco library is first used the project gives the NoClassDefFoundError.
I saw many erros related to the NoClassDefFoundError, but none of them was involved with a external jar giving the error.
I´ve put some images of the erros here.