I created an Android project using ADT 22. This project refers to a library project which has some jar files in 'libs' folder. Now the project I created giving 'NoClassDefFound' error. This problem is there only if I create project using ADT 22, I have couple of projects which I created earlier and this library project works perfectly fine with them.
P.S. - I have ensured that 'Android Private Library' is checked in Java Build Path -> Order and Export and folder containing jars is 'libs' not 'lib'.
I have already wasted lot of time finding its solution, somebody kindly help me with this. Thanks