the zipalign tool was not found in the sdk问题的解决
1.更新sdk(尝试无效)
2.复制zipalign到sdk/tools下(尝试无效)
3.使用Eclipse未签名工具导出apk,然后在命令行进行签名和使用zipalign.exe对apk进行优化
cd C:\Program Files\Java\jdk1.7.0_79\bin
c:jarsigner -verbose -keystore hbtxapp.keystore -signedjar -hytx38.apk hytx38.apk hbtx
cd D:\tools\android-sdk-1017\tools
d:
zipalign -f -v 4 -hytx38.apk -hytx38s.apk
辅助链接:
http://jingyan.baidu.com/article/3c48dd3491d91fe10be358f4.html
http://blog.csdn.net/welovesunflower/article/details/39080149
http://blog.csdn.net/gaojinshan/article/details/45056745