无法在mac中运行zipalign.exe

时间:2017-10-05 12:26:21

标签: macos ionic-framework

我最近从Windows迁移到了Mac。我现在正在尝试使用mac打包我的离子应用程序。尝试运行以下命令时出错:

import re
sentence = "This is test"
pattern = re.compile(r'(.*)\b\s+(?=[a-z])', re.I | re.S)
sentence = re.sub(pattern, r'\1', sentence)
print(sentence)

这是来自终端的日志:

zipalign.exe -v 4 android-armv7-release-unsigned.apk MyApparmv7.apk  

我发现在命令开头包含“./”的一个建议,但我遇到了同样的问题。顺便说一句,zipalign.exe来自我的Windows机器 - 不知道这是否会导致问题,因为我能够从我的Mac机器中的Windows机器运行jarsigner.exe。安装Eclipse后我也无法在mac中找到zipalign.exe。

0 个答案:

没有答案