On Jul 29, 4:06 pm, Donal Rafferty <[email protected]> wrote: > Yes I think proguard is enabled, how could I check? Also what effects would > disabling it have?
Did you do any of this? http://developer.android.com/guide/developing/tools/proguard.html I don't think you would have any trouble with Proguard unless you are using java reflection APIs or anything that depends on a java class name. Sometimes there are launch problems if you have multiple activities that want to handle MAIN and LAUNCHER intents without sorting that out properly. Doug -- 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

