Home | History | Annotate | Download | only in publishing

Lines Matching full:tasks

36 version of your application. The configuration tasks are straightforward, involving basic code
37 cleanup and code modification tasks that help optimize your application. The build process is
39 tasks serve as a final check, ensuring that your application performs as expected under real-world
44 <p>This document summarizes the main tasks you need to perform to prepare your application for
45 release. The tasks that are described in this document apply to all Android applications regardless
52 release criteria for functionality, performance, and stability before you perform the tasks outlined
76 alt="Shows the five tasks you perform to prepare your app for release"
79 <strong>Figure 2.</strong> You perform five main tasks to prepare your application for
84 <p>The signing and optimization tasks are usually seamless if you are building your application with
90 <p>To prepare your application for release you typically perform five main tasks (see figure 2).
91 Each main task may include one or more smaller tasks depending on how you are releasing your
97 <p>You usually perform the tasks listed in figure 2 after you have throroughly debugged and tested
200 tasks:</p>