This is a migrated thread and some comments may be shown as answers.

Zipalign

6 Answers 77 Views
Feedback & Suggestions
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Javier
Top achievements
Rank 1
Javier asked on 11 Dec 2012, 07:40 AM
I just finished my app and I was about to publish it in the store. But when I uploaded the apk it says taht I need to zipalign the apk

Any suggestions?

6 Answers, 1 is accepted

Sort by
0
Jan-Dirk
Top achievements
Rank 1
answered on 11 Dec 2012, 10:03 AM
Javier,

I think you can ignore that. At least, I can't remember that I zipaligned my apk's before uploading them to Google Play.

Here is something to read about zipalign:http://developer.android.com/tools/help/zipalign.html
0
Javier
Top achievements
Rank 1
answered on 11 Dec 2012, 08:18 PM
Thank you,I just zipaligned my app. In the new version of the google developers console its necessary to zipalign the app, in the old version of the google developers console thats not necessary, but well I  did it manually

But thanks for your answer =)
0
Evgeni "Zammy" Petrov
Telerik team
answered on 14 Dec 2012, 10:29 AM
Hi  Javier,

As JD has said you can ship your application without zipaligning it. It is supposed to increase the performance of your application if it has a lot of uncompressed resources. (Uncompressed audio for example or plain text files). 

If you want to zipalign it,  I have included the command line utility that is used for the job. Simply write in command line "zipalign 4 <<name of apk>>.apk zip_aligned.apk". There will be zip_aligned.apk file in the folder where you have run the command.

We also are going to add a story in our backlog for this feature. Seems that people will prefer to have their google play apks zipaligned.
 

Greetings,
Evgeni "Zammy" Petrov
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
0
Javier
Top achievements
Rank 1
answered on 14 Dec 2012, 05:48 PM
Thank for your reply. I just uploaded the app zipaligned :)
0
Dan
Top achievements
Rank 1
answered on 14 Jan 2013, 11:59 PM
zipalign.exe opens for just a split second then closes.. I have tried right click and run as administrator ..still wont stay open. 
0
Jordan
Telerik team
answered on 15 Jan 2013, 07:34 AM
Hello Javier,

you have to run zipalign.exe from command line with parameters not to start it.

Like this:

Kind regards,
Jordan
the Telerik team

Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
Tags
Feedback & Suggestions
Asked by
Javier
Top achievements
Rank 1
Answers by
Jan-Dirk
Top achievements
Rank 1
Javier
Top achievements
Rank 1
Evgeni "Zammy" Petrov
Telerik team
Dan
Top achievements
Rank 1
Jordan
Telerik team
Share this question
or