tips:java:signingandroid
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
| — | tips:java:signingandroid [2009/06/08 12:16] (current) – created erik | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| + | ====== Signing an Android Application (apk) for Release ====== | ||
| + | |||
| + | If needed, create a keystore, as follows: | ||
| + | |||
| + | < | ||
| + | |||
| + | You'll be asked to enter a password, name, etc. | ||
| + | |||
| + | Sign your apk, as follows: | ||
| + | |||
| + | < | ||
| + | |||
| + | |||
| + | You could easily create a drap/drop batch file to sign & verify applications, | ||
| + | |||
| + | < | ||
| + | @echo off | ||
| + | " | ||
| + | if errorlevel 1 goto ERROR | ||
| + | " | ||
| + | if errorlevel 1 goto ERROR | ||
| + | goto DONE | ||
| + | :ERROR | ||
| + | @pause | ||
| + | :DONE | ||
| + | @echo on | ||
| + | </ | ||
| + | |||
| + | To install the application on the Android Device Emulator: | ||
| + | |||
| + | - Run the emulator | ||
| + | - Open a command/ | ||
| + | - Issue the following command: | ||
| + | |||
| + | < | ||
tips/java/signingandroid.txt · Last modified: by erik
