标签:
在以release模式下打包apk时会自动运行ProGuard,这里的release模式指的是通过ant release命令或eclipse project->android tools->export signed(unsigned) application package生成apk。在debug模式下为了更快调试并不会调用proguard。
http://www.trinea.cn/android/proguard-use/
问题详查
http://proguard.sourceforge.net/index.html#manual/troubleshooting.html
zipalign can not found
下载个放到 tools即可
http://www.7ak8.com/a/shoujikaifa/android/2014/0826/1120.html
标签:
原文地址:http://www.cnblogs.com/friends-wf/p/4597125.html