toraidl / hyperos_port

HyperOS stock/xiaomi.eu ROM port for Android 13 based ROM - 小米HyperOS系统(Android 14)移植,测试支持小米10/10Pro/10Ultra/10S(Android13底包)
MIT License
116 stars 63 forks source link

MacOS下无法检测到“zipalign”指令 #5

Closed tosasitill closed 8 months ago

tosasitill commented 8 months ago

如题 使用brew或者pip3都无法找到软件包 请问有什么解决办法吗 已安装Android Studio

tosasitill commented 8 months ago
image
toraidl commented 8 months ago

find ~/Library/Android/sdk/build-tools -name "zipalign" 你看下有没呢? 可以把这个复制到 bin/Darwin/X86_64下

toraidl commented 8 months ago

最新push 已添加zipalign

tosasitill commented 8 months ago

解决了 实测macOS还需安装以下软件包 而且vab打包需要有问题 我正在修复 ''' pip3 install busybox brew install gdu gnu-sed gnu-getopt grep '''