Lines Matching full:tool
75 <li>Once you have signed the application, use the <code>zipalign</code> tool to optimize the final APK package.</li>
84 for Eclipse and the Ant build tool offer two signing modes — <em>debug mode</em>
101 using Jarsigner (or similar tool). If you do not have a suitable private key already,
192 the Jarsigner tool available on your machine. Both Jarsigner and Keytool are included
238 <code>android</code> tool). When you run <code>ant debug</code> to
240 The script then also aligns the .apk with the <code>zipalign</code> tool.
451 using the Jarsigner tool. Make sure that you have Jarsigner available on your
528 This tool ensures that all uncompressed data starts with a particular byte alignment,
536 <p>The <code>zipalign</code> tool is provided with the Android SDK, inside the
551 <a href="{@docRoot}guide/developing/tools/zipalign.html">zipalign</a> tool.