Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Zipalign installation guide without android studio needed #3

Open
Trakeur opened this issue May 22, 2024 · 0 comments
Open

Zipalign installation guide without android studio needed #3

Trakeur opened this issue May 22, 2024 · 0 comments

Comments

@Trakeur
Copy link

Trakeur commented May 22, 2024

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.

I recommend you to follow this, french, guide for more precisions : https://mickael-baron.fr/blog/2021/05/26/sdkandroid-cli

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant