Lines Matching +refs:android +refs:debug +refs:activity
96 adt.zip (e.g. android-eclipse-<some-id>.zip), select the "Install" button at
167 Then use the new "android" tool to create a new build.xml:
169 $ SDK/tools/android update project --path /path/to/my-project
174 $ SDK/tools/android update project --path .
186 Note that the "activitycreator" tool has been replaced by the new "android"
189 $ SDK/tools/android create project --path /path/to/my/project --name ProjectName
190 --package com.mycompany.myapp --activity MyActivityClass
191 --target 1 --mode activity
227 to debug or run your applications.
237 There is a new tool called "android" in the SDK that lets you know which
249 $ SDK/tools/android list targets
264 $ SDK/tools/android list avds
270 Path: C:\Users\<username>\.android\avd\my_avd.avd
282 $ SDK/tools/android create avd --name my_avd_name --target 1
285 where "target 1" is the index of a target listed by "android list targets".
293 $ SDK/tools/android create avd
295 The android tool will automatically print an explanation of required arguments.
317 In this mode, when a project is deployed in debug or run, it checks:
355 $ SDK/tools/android create avd --name client --target 1 --sdcard 16M --skin HVGA
356 $ SDK/tools/android create avd --name server --target 1 --sdcard 32M --skin HVGA-P
368 http://source.android.com/community