Home | History | Annotate | Download | only in publishing

Lines Matching full:alias

90 a keystore and key with a known alias and password. At each compilation, the tools then use 
208 <li>Key alias: "androiddebugkey"</li>
340 <td><code>-alias &lt;alias_name&gt;</code></td><td>An alias for the key. Only
341 the first 8 characters of the alias are used.</td>
384 -alias alias_name -keyalg RSA -keysize 2048 -validity 10000</pre>
391 a single key, valid for 10000 days. The alias is a name that you &mdash;
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,