Lines Matching refs:to
1 Subject: How to build use a Cupcake Android SDK & ADT Eclipse plugin.
28 Unless required by applicable law or agreed to in writing, software
40 This explains how to use the "new" SDK provided starting with cupcake.
53 First you will need to grab the zip of the SDK for your platform or build it
54 yourself. Please refer to the accompanying document "howto_build_SDK.txt" if
61 somewhere (no need to unzip).
70 Below we'll explain how you can upgrade your Eclipse install to the new plugin.
72 another suggestion is to simply install a new copy of Eclipse and create a
95 - Using Help > Software Update, add a new "archived site", point it to the new
108 from your code repository, these projects will fail to build at first.
112 - In the properties, open the Android panel and select the platform to use.
122 that means you must check to see if your old R.java or your old auto-generated
125 Note: this does not apply to your own hand-crafted parcelable AIDL java files.
127 Note: if you want to reuse the project with an older Eclipse ADT install,
134 The "New Android Project" wizard has been expanded to use the multi-platform
138 files for your Android projects. This makes it easier to create a new layout, a
142 icon bar. If you do not see the new icons, you may need to use Window > Reset
146 Please see step 5 "Emulator changes" below for important details on how to run
167 Then use the new "android" tool to create a new build.xml:
169 $ SDK/tools/android update project --path /path/to/my-project
180 does not apply to your own hand-crafted parcelabe AIDL java files.)
187 tool too. Example of how to create a new Ant project:
189 $ SDK/tools/android create project --path /path/to/my/project --name ProjectName
194 Please see paragraph 5 below for important details on how to run the emulator
203 This applies to BOTH Eclipse and Ant users.
222 command given above to read the rest.
226 data and SD card data. Then you tell Eclipse or the emulator which one to use
227 to debug or run your applications.
230 Note for Eclipse users: eventually there will be a user interface to do all of
242 will be more versions of Android to use, e.g. "Android 2.0" or specific add-ons
243 provided by hardware manufacturers. When you want to run an emulator, you need
244 to specify a given flavor of Android: this is the "target".
258 Note the "[1]". Later you will need to reference this as "--target 1" on the
287 The AVD name is purely an identifier used to refer to the AVD later.
320 shown to let the user select which one to use.
331 - Manual means to always present the device chooser.
344 Before this used to put the second or more emulators in a transient read-only
347 Now you just need to create as many AVDs as you want to run emulators.
366 This completes the howto guide on how to use the new Cupcake SDK.