Re: [android-developers] Re: Strange behavior after signing build with release keystore

2011-08-02 Thread Donal Rafferty
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

Re: [android-developers] Re: Strange behavior after signing build with release keystore

2011-08-02 Thread Donal Rafferty
Also it doesn't look like Proguard is enabled On Tue, Aug 2, 2011 at 10:07 AM, Donal Rafferty draf...@gmail.com 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

[android-developers] Re: Strange behavior after signing build with release keystore

2011-07-30 Thread Doug
On Jul 29, 4:06 pm, Donal Rafferty draf...@gmail.com 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

[android-developers] Re: Strange behavior after signing build with release keystore

2011-07-29 Thread Donal Rafferty
EDIT: More info: The application currently works like this: Main activity is launched which then calls the login activity, login activity then moves to my app core activity. I have also discovered that it appears to be on the first run after install that I have the issue, if I run the app,

[android-developers] Re: Strange behavior after signing build with release keystore

2011-07-29 Thread MB
Make sure that your login screen and main screen are separate Activities. If you are modeling these as Views inside an activity, then you you would have to take care of save/restore as part of the activity life cycle. On Jul 29, 12:27 pm, draf...@gmail.com draf...@gmail.com wrote: Having some

Re: [android-developers] Re: Strange behavior after signing build with release keystore

2011-07-29 Thread Donal Rafferty
They are separate Activities On Fri, Jul 29, 2011 at 9:34 PM, MB manoj.bi...@gmail.com wrote: Make sure that your login screen and main screen are separate Activities. If you are modeling these as Views inside an activity, then you you would have to take care of save/restore as part of the

[android-developers] Re: Strange behavior after signing build with release keystore

2011-07-29 Thread RichardC
Do you have progrard enabled in your release build? If so try with it disabled. On Jul 29, 9:37 pm, Donal Rafferty draf...@gmail.com wrote: They are separate Activities On Fri, Jul 29, 2011 at 9:34 PM, MB manoj.bi...@gmail.com wrote: Make sure that your login screen and main screen

Re: [android-developers] Re: Strange behavior after signing build with release keystore

2011-07-29 Thread Donal Rafferty
Yes I think proguard is enabled, how could I check? Also what effects would disabling it have? On Fri, Jul 29, 2011 at 11:31 PM, RichardC richard.crit...@googlemail.comwrote: Do you have progrard enabled in your release build? If so try with it disabled. On Jul 29, 9:37 pm, Donal Rafferty