6 Answers, 1 is accepted
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
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 =)
But thanks for your answer =)
0
Hi Javier,
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.
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.
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
Hello Javier,
Jordan
the Telerik team
Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.
you have to run zipalign.exe from command line with parameters not to start it.
Like this:
Jordan
the Telerik team
Share feedback and vote for features on our Feedback Portal.
Want some Kendo UI online training - head over to Pluralsight.