Closed moijesuis2enmoi closed 1 week ago
On my case the build tools was not located on home directory:
➜ ~ which apksigner
/usr/bin/apksigner
➜ ~ which zipalign
/usr/bin/zipalign
It works after changing the directory to /usr/bin
:
BUILD_TOOLS_DIR=/usr/bin
# ${arr_storted[${#arr_storted[@]}-1]}
I'll add an option to locate zipalign or tools build-tools dir
cool thank you!, because i installed it on the codespace but idk if in the right path ;)
@MOIJESUIS2ENMOI @lanceliao See latest update let me know if it helps
Hey! I get this error on a codespace, maybe if someone can help me ;)