I'm trying to use JSoup 1.6.0 with my Android application and it throws a NoSuchMethodExists exception.
This other question tells me that isEmpty() was not added to Java JRE until 1.6 -- I've checked my JRE in eclipse, and it is 1.6, however when I try to run my app on my emulator it throws the above exception. Is there a fix, or should I just import the Apache Commons Lang library?