cannot.find.zip.align=The zipalign tool was not found in the SDK.
Please update to the latest SDK and re-export your application
or run zipalign manually.
Aligning applications allows Android to use application resources
more efficiently.
Run Code Online (Sandbox Code Playgroud)
这是我尝试发布应用时收到的消息.我正在使用Android SDK工具的最新版本(今天发布了23个)和SDK平台工具(今天也发布了20个).我得到了一个APK,但如果我尝试将其上传到Google Play,我会收到一个错误,抱怨它不是拉链对齐的.
运行zipalign手动修复apk,但是有谁知道是什么原因造成的,以及如何修复它?