[android-developers] Re: After Signing Pressing App Icon Restarts App Every Time

2012-06-24 Thread Andrea
GregAz, Have you solved this problem? I'm fighting exactly with that! Please let us know. Thanks On Friday, September 16, 2011 4:10:25 AM UTC+2, GregAZ wrote: As the title says, but I'll try to make it easier to understand. I copied a project using Windows explorer, imported it, and then

[android-developers] Re: After Signing Pressing App Icon Restarts App Every Time

2012-06-24 Thread Andrea
I solved it, at least for me. The problem is that I installed my app by downloading it from a webserver. This caused the app to restart each time. Using the command-line tool adb install -r package.apk works as expected. It gets resumed from the previous state. hope it helps. a.p. On Sunday,

[android-developers] Re: After Signing Pressing App Icon Restarts App Every Time

2011-10-19 Thread GregAZ
I'm still trying to identify the cause of this. I believe it's also causing some users to not be able to run the app (it crashes on startup). There are no helpful crash reports. I took a version of the app that didn't have the problem, exported and re-signed it and it now has the same

[android-developers] Re: After Signing Pressing App Icon Restarts App Every Time

2011-09-16 Thread GregAZ
It happens after I sign it cuz I didn't zip align it once to see which was causing. I updated my jaraligner to the latest version and it's still doing it. On Sep 15, 10:23 pm, GregAZ ggur...@gmail.com wrote: It's not just my phone, it's happening for others as well.  And yes, I put the signed

[android-developers] Re: After Signing Pressing App Icon Restarts App Every Time

2011-09-15 Thread GregAZ
It happens if I sign it and not zip align it. Maybe my jarsigner was updated? I guess I'll see what I have and if there's a newer one. On Sep 15, 9:10 pm, GregAZ ggur...@gmail.com wrote: As the title says, but I'll try to make it easier to understand. I copied a project using Windows

[android-developers] Re: After Signing Pressing App Icon Restarts App Every Time

2011-09-15 Thread Zsolt Vasvari
I assume you narrowed the problem to zipalign by trying the release apk on the emulator, right? On Sep 16, 10:40 am, GregAZ ggur...@gmail.com wrote: It happens if I sign it and not zip align it.  Maybe my jarsigner was updated?  I guess I'll see what I have and if there's a newer one. On

[android-developers] Re: After Signing Pressing App Icon Restarts App Every Time

2011-09-15 Thread GregAZ
It's not just my phone, it's happening for others as well. And yes, I put the signed version on a 2.2 emulator and it had the same problem. On Sep 15, 10:06 pm, Zsolt Vasvari zvasv...@gmail.com wrote: I assume you narrowed the problem to zipalign by trying the release apk on the emulator,