Lines Matching refs:a
1 Subject: How to build use a Cupcake Android SDK & ADT Eclipse plugin.
24 You may obtain a copy of the License at
41 The new SDK has as a different structure than the pre-cupcake ones.
71 If you already have a working Eclipse installation with a pre-0.9 ADT,
72 another suggestion is to simply install a new copy of Eclipse and create a
73 new empty workspace. This is just a precaution. The update process should
92 => If you don't you will get a conflict on editors when installing
95 - Using Help > Software Update, add a new "archived site", point it to the new
113 The SDK comes with a 1.5 platform. Select it and close the properties panel.
114 - Do a clean build.
117 The new plugin creates a "gen" folder in your project where it puts the R.java
137 There is now a "New XML File" wizard that lets you create skeleton XML resource
138 files for your Android projects. This makes it easier to create a new layout, a
161 First if you had customized your build.xml, make a copy of it:
167 Then use the new "android" tool to create a new build.xml:
187 tool too. Example of how to create a new Ant project:
206 Virtual Device" (a.k.a "AVD") before you run the emulator.
217 An Android Virtual Device (AVD) models a single virtual device running the
221 There is a lot more explanation given by the emulator. Please run the help
230 Note for Eclipse users: eventually there will be a user interface to do all of
237 There is a new tool called "android" in the SDK that lets you know which
240 A target is a specific version of Android that you can use. By default the SDK
244 to specify a given flavor of Android: this is the "target".
280 To create a configuration:
285 where "target 1" is the index of a target listed by "android list targets".
317 In this mode, when a project is deployed in debug or run, it checks:
319 - If there's more than one running device or emulator, a "device chooser" is
344 Before this used to put the second or more emulators in a transient read-only
349 For example if you are working on a client/server application for Android, you
350 could create a "client" AVD and a "server" AVD then run them both at once. The