[android-developers] Re: Eclipse exported apk crashing

2013-01-28 Thread Sohayb Hassoun
Seems it isn't a problem of zipalign tool to begin with On Monday, January 28, 2013 5:43:27 PM UTC+2, bob wrote: > > Should you really run zipalign explicitly? > > > Shouldn't the Eclipse export wizard have handled that? > > > > On Monday, January 28, 2013 6:34:10 AM UTC-6, Sohayb Hassoun wrote: >

[android-developers] Re: Eclipse exported apk crashing

2013-01-28 Thread bob
Should you really run zipalign explicitly? Shouldn't the Eclipse export wizard have handled that? On Monday, January 28, 2013 6:34:10 AM UTC-6, Sohayb Hassoun wrote: > > Hello, > > I need to publish my application, i ran the Eclipse export wizard and > exported a signed apk with a self-sig

[android-developers] Re: Eclipse exported apk crashing

2013-01-28 Thread George Baker
Sohayb, It could definitely be Proguard. I have two ideas for you. First turn debugging on for the app in the manifest so you can see the debug output on your device. Then turn proguard off and try running your apk on the device. The debug output should tell you what is happening. If the