Lines Matching refs:alignment
6 <p>zipalign is an archive alignment tool that provides important
9 with a particular alignment relative to the start of the file. Specifically,
13 contain binary data with alignment restrictions.
30 the alignment. Also, do not make alterations to the aligned package.
32 potentially disrupt the alignment of the modified entry and all later
48 <pre>zipalign [-f] [-v] <alignment> infile.apk outfile.apk</pre>
50 <p>To confirm the alignment of {@code existing.apk}:</p>
52 <pre>zipalign -c -v <alignment> existing.apk</pre>
54 <p>The {@code <alignment>} is an integer that defines the byte-alignment boundaries.
55 This must always be 4 (which provides 32-bit alignment) or else it effectively
63 <li>{@code -c} : confirm the alignment of the given file</li>