You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
This post is actually not a issue, just a quick guide that will maybe help people who want to install the zipalign tool because I didn't see lot of documentation about it and I struggle a bit to install it on mac os without installing Android Studio.
1 - Retrieve android command line tools from official android studio site (bottom of the page, section "Command line tools only" : https://developer.android.com/studio?hl=fr
2 - Decompress it and use the sdkmanager binary under /bin to install zipalign : sdkmanager --install "build-tools;34.0.0 (adapt version you can check it with sdkmanager --list | grep build-tools.
3 - You should be able to run zipalign tool after adding the build-tools folder in your path.
Hi,
This post is actually not a issue, just a quick guide that will maybe help people who want to install the zipalign tool because I didn't see lot of documentation about it and I struggle a bit to install it on mac os without installing Android Studio.
1 - Retrieve android command line tools from official android studio site (bottom of the page, section "Command line tools only" : https://developer.android.com/studio?hl=fr
2 - Decompress it and use the sdkmanager binary under /bin to install zipalign :
sdkmanager --install "build-tools;34.0.0
(adapt version you can check it withsdkmanager --list | grep build-tools
.3 - You should be able to run
zipalign
tool after adding the build-tools folder in your path.I recommend you to follow this, french, guide for more precisions : https://mickael-baron.fr/blog/2021/05/26/sdkandroid-cli
The text was updated successfully, but these errors were encountered: