[android-developers] Re: zipalign : could be done at distribution or installation time ?

2009-09-30 Thread Xavier Ducrohet
By the way, the 1.6 SDK will allow you to keep developing for 1.5, or 1.1 even! So even if you use 1.5, you should really upgrade to 1.6 to get the new tools. Xav On Wed, Sep 30, 2009 at 10:43 AM, Xavier Ducrohet wrote: > Zipalign is in the 1.6 SDK. > > Xav > > On Wed, Sep 30, 2009 at 3:20 AM,

[android-developers] Re: zipalign : could be done at distribution or installation time ?

2009-09-30 Thread Xavier Ducrohet
Zipalign is in the 1.6 SDK. Xav On Wed, Sep 30, 2009 at 3:20 AM, Jason Van Anden wrote: > > I just attempted to upgrade my app from Eclipse (Export Signed > Application) and got a message that said: > > The zlipalign tool was not found in the SDK. > > Please update to the latest SDK and re-expo

[android-developers] Re: zipalign : could be done at distribution or installation time ?

2009-09-30 Thread Jason Van Anden
I just attempted to upgrade my app from Eclipse (Export Signed Application) and got a message that said: The zlipalign tool was not found in the SDK. Please update to the latest SDK and re-export your Application or run zipalign manually. blah, blah, blah ... attached. This ran fine last week!

[android-developers] Re: zipalign : could be done at distribution or installation time ?

2009-09-28 Thread Xavier Ducrohet
On Mon, Sep 28, 2009 at 9:00 AM, Sheridan Hutchinson wrote: > I just cannot undestand why the compiler doesn't zipalign > automatically every final APK produced. Zip align has to be done after the APK is signed. If you use ADT to create your final, signed, release apk then it'll be aligned too.

[android-developers] Re: zipalign : could be done at distribution or installation time ?

2009-09-28 Thread Sheridan Hutchinson
I just cannot understand why when a developer uploads an application, why Google themselves don't automatically zipalign the application. I just cannot undestand why the compiler doesn't zipalign automatically every final APK produced. --~--~-~--~~~---~--~~ You re

[android-developers] Re: zipalign : could be done at distribution or installation time ?

2009-09-28 Thread Dianne Hackborn
I don't think market will ever run it (it really doesn't want to make any changes to the apps it is distributing). At some time in the future we'd like to consider having the platform do it during install, but this is a lower priority than a lot of other things. If someone wants to contribute cod