diff options
Diffstat (limited to 'docs/html/guide/developing/tools/zipalign.jd')
-rw-r--r-- | docs/html/guide/developing/tools/zipalign.jd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/html/guide/developing/tools/zipalign.jd b/docs/html/guide/developing/tools/zipalign.jd index ebf177b..3216080 100644 --- a/docs/html/guide/developing/tools/zipalign.jd +++ b/docs/html/guide/developing/tools/zipalign.jd @@ -21,7 +21,7 @@ will automatically zipalign your .apk after it signs it with your private key. The build scripts used when compiling your application with Ant will also zipalign your .apk, as long as you have provided the path to your keystore and the key alias in -your project {@code build.properties} file, so that the build tools +your project {@code ant.properties} file, so that the build tools can sign the package first.</p> <p class="caution"><strong>Caution:</strong> zipalign must only be performed |