• Home
  • Raw
  • Download

Lines Matching refs:release

8       <li>Learn which resources you'll need to release your app.</li>
9 <li>Find out how to configure and build your app for release.</li>
30 <p>Before you distribute your Android application to users you need to prepare it for release. The
35 <p>When you prepare your application for release, you configure, build, and test a release
40 conditions. When you are finished preparing your application for release you have a signed
45 release. The tasks that are described in this document apply to all Android applications regardless
48 Android Market</a> to be sure your release-ready application satisfies all Android Market
52 release criteria for functionality, performance, and stability before you perform the tasks outlined
60 <strong>Figure 1.</strong> Preparing for release is a required <a
67 <p>To release your application to users you need to create a release-ready package that users can
68 install and run on their Android-powered devices. The release-ready package contains the same
71 <code>.apk</code> file, the release-ready <code>.apk</code> file is signed with your own certificate
76 alt="Shows the five tasks you perform to prepare your app for release"
80 release.
90 <p>To prepare your application for release you typically perform five main tasks (see figure 2).
94 release. Similarly, to meet Android Market publishing guidelines you may have to prepare screenshots
95 and create promotional text while you are gathering materials for release.</p>
105 <p>To begin preparing your application for release you need to gather several supporting items. At a
120 <p>You may also have to obtain other release keys if your application accesses a service or uses a
163 for release. This section provides a summary of the configuration changes we recommend that you make
180 application for release. You can deactivate logging by removing calls to
216 release.</li>
295 <p>After you finish configuring your application you can build it into a release-ready
303 <p>You can use the Eclipse Export Wizard to build a release-ready <code>.apk</code> file that is
306 ADT</a>. The Export Wizard compiles your application for release, signs your application with your
320 <p>You can use the Ant build script (included in the Android SDK) to build a release-ready
341 <p>Testing the release version of your application helps ensure that your application runs properly
349 done testing and you are satisfied that the release version of your application
350 behaves correctly, you can release your application to users. For more information, see
351 <a href="{@docRoot}guide/publishing/publishing_overview.html#publishing-release">Releasing Your