Lines Matching full:build
79 <li>Under Target, select an Android target to be used as the project's Build Target.
80 The Build Target
84 <p class="note"><strong>Note:</strong> You can change your the Build Target for your
104 copy the API Level listed for the Build Target you selected in the Target tab.</li>
122 <dd>Includes the <code>android.jar</code> file that your application will build against.
123 This is determined by the build target that you have chosen in the <em>New Project
139 <dd>This file contains project settings, such as the build target. This files is integral
164 a target for your AVD that satisfies your application's Build Target (the AVD
206 <li>Compile the project (if there have been changes since the last build).</li>
317 meets the requirements of the application's build target, the application is installed
320 of the build target, a "device chooser" is shown to let you select which device to use.</li>
321 <li>If there are no devices or emulators running that meet the requirements of the build target,
322 ADT looks at the available AVDs. If one meets the requirements of the build target,
325 you that there is no existing AVD that meets the build target requirements.</li>
382 reference the library project and, at build time, include its compiled sources
416 application's build path, then building that application. </p>
418 <p>When you build an application that depends on a library project, the SDK
429 in each library. This lets you build up the resources actually used in your
438 with the library listed at the top getting the higher priority. At build time,
443 and that, at build time, library projects are <em>not</em> merged with each
455 <p>Android library projects are a build-time construct, so you can use them to
456 build a final application <code>.apk</code> that targets any API level and is
653 you need to manually edit the dependent application project's build path and add
660 must build against a target that includes the external library (for example, the
701 <p>When you build the dependent application project, the code of any libraries