Lines Matching full:build
84 for Eclipse and the Ant build tool offer two signing modes — <em>debug mode</em>
89 In debug mode, the build tools use the Keytool utility, included in the JDK, to create
180 Keytool is available to the SDK build
181 tools. In most cases, you can tell the SDK build tools how to find Keytool by setting
197 <p>The Android build tools provide a debug signing mode that makes it easier for you
200 When using debug mode to build your app, the SDK tools invoke Keytool to automatically create
218 <strong>Android</strong> > <strong>Build</strong>.) </p>
235 <p>If you are using Ant to build your .apk files, debug signing mode
237 (assuming that you are using a <code>build.xml</code> file generated by the
239 compile your app, the build script generates a keystore/key and signs the .apk for you.
251 <p>When the certificate expires, you will get a build error. On Ant builds, the error
266 <p>The next time you build, the build tools will regenerate a new keystore and debug key.</p>
268 <p>Note that, if your development machine is using a non-Gregorian locale, the build
272 I can't compile my app because the build tools generated an expired debug
425 directory containing your {@code build.xml} file, the command would look like this:</p>
429 <p>By default, the build script compiles the application .apk without signing it. The output file
434 <p>However, the Ant build script can also perform the signing
436 your key alias in the project's {@code build.properties} file. With this information provided,
437 the build script will prompt you for your keystore and alias password when you perform
442 To learn how to specify your keystore and alias in the {@code build.properties} file,