I have tried absolutely everything to avoid the NoClassDefFoundError when trying to use an external jar. No dice. WTF ADT?!
From a clean, brand new project, add external jar to build path, put in libs
folder, make sure it's checked. Android -> Fix Project Properties, adding and removing, rinsing and repeating. I checked the contents of the jar, and my files are there! I referenced it 20 ways, removed added and rebuilt, still the dern thing can't be found!!
Is there a way someone has, from step 1, made an external jar work inside Android using eclipse and ADT 20?
Edit 1
I tried adding it into only the libs/
folder, and tried what Ali suggested in this SO question. I think I'm going to have to just try and add the source to my project directly, but that seems plain silly.