On Thu, Jan 26, 2012 at 12:54 PM, New Developer <[email protected]> wrote: > Can a single apk have source files with multiple package names ? >
Yes. > Why else would the code work if done using a debug apk but fail if using a > signed apk ? > > Are you using ProGuard? (it seems you are from the stacktrace) It might be removing classes/methods your app actually needs. Try disabling ProGuard, if that works, read the docs and fine-tune your progurad.cfg. -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

