Hello, no i don't have any experience with terminal.
I typed in all of the commands, the only one i didn't have was zipalign.
I have no clue how to install it on the mac.
I thought it would be in the android sdk manager under tools, but it's not there.
I went into the sdk folder in and went into tools.
I found a unix executible file called zipalign, i double clicked on that
terminal popped open and i got this:
/Users/Glenn/Documents/Android/android-sdk-macosx/tools/zipalign ; exit;
Glenns-MacBook-Pro:~ Glenn$ /Users/Glenn/Documents/Android/android-sdk-macosx/tools/zipalign ; exit;
Zip alignment utility
Copyright (C) 2009 The Android Open Source Project
Usage: zipalign [-f] [-v] <align> infile.zip outfile.zip
zipalign -c [-v] <align> infile.zip
<align>: alignment in bytes, e.g. '4' provides 32-bit alignment
-c: check alignment only (does not modify file)
-f: overwrite existing outfile.zip
-v: verbose output
logout
[Process completed]
I opend a new terminal window, but when i typed zipalign, i get no command found.
Any other ideas, tried googling, found nothing