Lines Matching refs:strong

51     <li>Select <strong>File</strong> &gt; <strong>New</strong> &gt; <strong>Project</strong>.</li>
53 <li>Select <strong>Android</strong> &gt; <strong>Android Application Project</strong>, and click
54 <strong>Next</strong>.</li>
59 <li>Enter an <strong>Application Name</strong>. This name is used as the title of your
62 <li>Enter a <strong>Project Name</strong>. This text is used as the name of the folder where
65 <li>Enter a <strong>Package Name</strong>. This class package namespace creates the initial
74 <li>Select a <strong>Minimum Required SDK</strong>. This setting indicates the lowest
80 <li>Select a <strong>Target SDK</strong>. This setting indicates the highest version of
85 <p class="note"><strong>Note:</strong> You can change the target SDK for your
87 <strong>Properties</strong>, select <strong>Android</strong> and then check the desired
88 <strong>Project Build Target</strong>.</p>
91 <li>Select a <strong>Compile With</strong> API version. This setting specifies what version
95 <li>Select a <strong>Theme</strong>. This setting specifies which standard Android
99 <li>Click <strong>Next</strong>.</li>
103 <li>In the <strong>Configure Project</strong> page, select the desired settings and click
104 <strong>Next</strong>. Leave the <strong>Create activity</strong> option checked so you can
107 <li>In the <strong>Configure Launcher Icon</strong> page, create an icon and click
108 <strong>Next</strong>.</li>
110 <li>In the <strong>Create Activity</strong> page, select activity template and click
111 <strong>Next</strong>. For more information about Android code templates, see
115 <li>Click <strong>Finish</strong> and the wizard creates a new project according to the options
119 <p class="note"><strong>Tip:</strong> You can also start the New Project Wizard by clicking the
120 <strong>New</strong> <img src="/images/tools/eclipse-new.png"
132 <li>Select <strong>File</strong> &gt; <strong>New</strong> &gt; <strong>Project</strong>.</li>
134 <li>Select <strong>Android</strong> &gt; <strong>Android Application Project</strong>, and click
135 <strong>Next</strong>.</li>
137 <li>Enter the basic settings for the project, including <strong>Application Name</strong>,
138 <strong>Project Name</strong>, <strong>Package Name</strong>, and SDK settings.</li>
140 <li>In the <strong>Configure Project</strong> page, select the <strong>Mark this project as a
141 library</strong> option to flag the project as a library.</li>
143 <li>Set the other options as desired and click <strong>Next</strong>.</li>
149 Properties for the project and select the <strong>is Library</strong> checkbox, as shown in
153 <p class="img-caption"><strong>Figure 1.</strong> Marking a project as an Android library.</p>
158 <li>In the <strong>Package Explorer</strong>, right-click the library project and select
159 <strong>Properties</strong>.</li>
161 <li>In the <strong>Properties</strong> window, select the <strong>Android</strong> properties
162 … group in the left pane and locate the <strong>Library</strong> properties in the right pane.</li>
164 <li>Select the <strong>is Library</strong> check box and click <strong>Apply</strong>.</li>
166 <li>Click <strong>OK</strong> to close the <strong>Properties</strong> window.</li>
206 <li>In the <strong>Package Explorer</strong>, right-click the dependent project and select
207 <strong>Properties</strong>.</li>
209 <li>In the <strong>Properties</strong> window, select the "Android" properties group at left
210 and locate the <strong>Library</strong> properties at right.</li>
212 <li>Click <strong>Add</strong> to open the <strong>Project Selection</strong> dialog.</li>
215 <strong>OK</strong>.</li>
217 <li>When the dialog closes, click <strong>Apply</strong> in the <strong>Properties</strong>
220 <li>Click <strong>OK</strong> to close the <strong>Properties</strong> window.</li>
229 <p class="img-caption"><strong>Figure 2.</strong> Adding a reference to a
233 priority (and merge order) by selecting a library and using the <strong>Up</strong> and
234 <strong>Down</strong> controls. The tools merge the referenced libraries with your application