diff options
Diffstat (limited to 'docs/html/guide/publishing')
-rw-r--r-- | docs/html/guide/publishing/app-signing.jd | 4 | ||||
-rw-r--r-- | docs/html/guide/publishing/licensing.jd | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/html/guide/publishing/app-signing.jd b/docs/html/guide/publishing/app-signing.jd index df240e2..193c0fd 100644 --- a/docs/html/guide/publishing/app-signing.jd +++ b/docs/html/guide/publishing/app-signing.jd @@ -434,13 +434,13 @@ key and then align it using {@code zipalign}.</p> <p>However, the Ant build script can also perform the signing and aligning for you, if you have provided the path to your keystore and the name of -your key alias in the project's {@code build.properties} file. With this information provided, +your key alias in the project's {@code ant.properties} file. With this information provided, the build script will prompt you for your keystore and alias password when you perform <code>ant release</code>, it will sign the package and then align it. The final output file in {@code bin/} will instead be <code><em><your_project_name></em>-release.apk</code>. With these steps automated for you, you're able to skip the manual procedures below (steps 3 and 4). -To learn how to specify your keystore and alias in the {@code build.properties} file, +To learn how to specify your keystore and alias in the {@code ant.properties} file, see <a href="{@docRoot}guide/developing/building/building-cmdline.html#ReleaseMode"> Building and Running Apps on the Command Line</a>.</p> diff --git a/docs/html/guide/publishing/licensing.jd b/docs/html/guide/publishing/licensing.jd index d89a8ca..fc0de9d 100644 --- a/docs/html/guide/publishing/licensing.jd +++ b/docs/html/guide/publishing/licensing.jd @@ -662,7 +662,7 @@ name, package, and set other fields as needed. </li> </ol> <p> When created, the project is -predefined as a library project in its <code>default.properties</code> file, so +predefined as a library project in its <code>project.properties</code> file, so no further configuration is needed. </p> <p>For more information about how to create an application project or work with @@ -712,7 +712,7 @@ application from the application's project properties.</div> <p>If you are developing using the SDK command-line tools, navigate to the directory containing your application project and open the -<code>default.properties</code> file. Add a line to the file that specifies the +<code>project.properties</code> file. Add a line to the file that specifies the <code>android.library.reference.<n></code> key and the path to the library. For example: </p> |