I'm running my Android app (which worked fine until I added a basic authentication call) and even though Eclipse has no problem including the lib in the project, when I run the apk, it throws
java.lang.NoSuchMethodError: org.apache.commons.codec.binary.Base64.encodeBase64String
I have tried adding the .jar in properties, checking the jar off in the "export" tab... nothing seems to help.
I've never had this problem before and am using another Commons jar in this same project which works perfectly.
What might I be overlooking that it would fail to include this jar in the compiled apk?
The .jar file is sitting in the libs directory, along with the other ones (which are being included).