diff options
| author | smain@google.com <smain@google.com> | 2014-12-05 10:55:34 -0800 |
|---|---|---|
| committer | Joe Fernandez <joefernandez@google.com> | 2014-12-07 19:55:57 -0800 |
| commit | fc64b70a20bfd9cdc6ba488f4cd625dae2d5b923 (patch) | |
| tree | e009fb2c136ade566bd0bbecdbe374ec43e3d124 /docs/html/tools/building/building-eclipse.jd | |
| parent | e3fe9382b93b688384553202db718922c7a957ec (diff) | |
| download | frameworks_base-fc64b70a20bfd9cdc6ba488f4cd625dae2d5b923.zip frameworks_base-fc64b70a20bfd9cdc6ba488f4cd625dae2d5b923.tar.gz frameworks_base-fc64b70a20bfd9cdc6ba488f4cd625dae2d5b923.tar.bz2 | |
docs: new Eclipse menu [CP]
Cherry-pick of Change-Id: Ie9f679de0cf741e73f79ae2c6da0f92e4fb6e3d8
Change-Id: I5528c2c4a0d1ed383453ff3d462b5a9ed664ef55
Diffstat (limited to 'docs/html/tools/building/building-eclipse.jd')
| -rw-r--r-- | docs/html/tools/building/building-eclipse.jd | 19 |
1 files changed, 10 insertions, 9 deletions
diff --git a/docs/html/tools/building/building-eclipse.jd b/docs/html/tools/building/building-eclipse.jd index 7a4367a..89c3e16 100644 --- a/docs/html/tools/building/building-eclipse.jd +++ b/docs/html/tools/building/building-eclipse.jd @@ -28,11 +28,11 @@ parent.link=index.html following topics show you how to run an application, which will automatically build your application as well.</p> - <p>To distribute your application, however, you must build your application in release mode and sign the - <code>.apk</code> file with your own private key.</p> - - <p>This document shows you how to run your application on an emulator or a real device - from Eclipse—all of which is done using the debug version of your application. + <p>To distribute your application, however, you must build your application in release mode and + sign the <code>.apk</code> file with your own private key.</p> + + <p>This document shows you how to run your application on an emulator or a real device + from Eclipse—all of which is done using the debug version of your application. For more information about how to sign your application with a private key for release, see <a href= "{@docRoot}tools/publishing/app-signing.html#ExportWizard">Signing Your Applications</a></p> @@ -159,9 +159,10 @@ parent.link=index.html of the build target, a "device chooser" is shown to let you select which device to use.</li> <li>If there are no devices or emulators running that meet the requirements of the build - target, ADT looks at the available AVDs. If there is an AVD that matches the build target of the project, - ADT chooses that AVD. If the AVD versions are newer than the build target of the project, ADT chooses - the oldest possible version of an AVD that meets the project's build target requirement.</li> + target, ADT looks at the available AVDs. If there is an AVD that matches the build target of the + project, ADT chooses that AVD. If the AVD versions are newer than the build target of the project, + ADT chooses the oldest possible version of an AVD that meets the project's build target + requirement.</li> <li>If there are no suitable AVDs, the application is not installed a console error warning tells you that there is no existing AVD that meets the build target requirements.</li> @@ -172,4 +173,4 @@ parent.link=index.html launched.</p> <p>If your run configuration uses <strong>manual</strong> mode, then the "device chooser" is - presented every time that your application is run, so that you can select which AVD to use.</p>
\ No newline at end of file + presented every time that your application is run, so that you can select which AVD to use.</p> |
