Also it doesn't look like Proguard is enabled On Tue, Aug 2, 2011 at 10:07 AM, Donal Rafferty <[email protected]> wrote:
> No, I haven't done anything with proguard at all, does it bundle > automatically with a release build though? > > Shouldn't be any reflection in this particular project. > > Only one activity use the MAIN and LAUNCHER intents in the manifest, > however several use the DEFAULT intend, could this cause the problem? > > > On Sat, Jul 30, 2011 at 8:28 AM, Doug <[email protected]> wrote: > >> 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 >> > > -- 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

