Lines Matching refs:alias
89 they know the debug key's alias and password. Each time you compile your application in debug mode,
91 sign your application's <code>.apk</code> file. Because the alias and password are known to the SDK
92 build tools, the tools don't need to prompt you for the debug key's alias and password each time
100 alias.</p>
198 <li>Key alias: "androiddebugkey"</li>
330 <td><code>-alias <alias_name></code></td><td>An alias for the key. Only
331 the first 8 characters of the alias are used.</td>
374 -alias alias_name -keyalg RSA -keysize 2048 -validity 10000</pre>
381 a single key, valid for 10000 days. The alias is a name that you —
426 your key alias in the project's {@code ant.properties} file. With this information provided,
427 the build script will prompt you for your keystore and alias password when you perform
432 To learn how to specify your keystore and alias in the {@code ant.properties} file,