android - NoSuchMethodError when exporting a signed apk -


i tried compile reddit-is-fun, reddit reader android. if start application adt (either debug or running) launch , run correctly on phone (htc desire). however, if export signed , zipaligned package , install it, not work. logcat shows nosuchmethoderror exceptions jackson. 2 jars, present in repository , added build path. made sure 2 have same versions , replaced them newer ones.

i'm not familiar using jar libraries. "linked" resulting apk static library linked executable when compiling c++? how can make sure app on device load same version used compiling? (which problem).

sounds proguard obfuscation breaking it. try disabling proguard confirm (or add jackson whitelist in proguard.cfg)


Comments

Popular posts from this blog

objective c - Change font of selected text in UITextView -

php - Accessing POST data in Facebook cavas app -

c# - Getting control value when switching a view as part of a multiview -