Lines Matching full:application
24 <p>When Eclipse automatically builds your application, it enables debugging and signs the
25 <code>.apk</code> with a debug key, by default. When you run the application,
26 Eclipse invokes ADB and installs your application to a device or emulator, so you do not have to
28 following topics show you how to run an application, which will automatically build your
29 application as well.</p>
31 <p>To distribute your application, however, you must build your application in release mode and sign the
34 <p>This document shows you how to run your application on an emulator or a real device
35 from Eclipse—all of which is done using the debug version of your application.
36 For more information about how to sign your application with a private key for release, see <a href=
41 <p>Before you can run your application on the Android Emulator, you must <a href=
44 <p>To run (or debug) your application, select <strong>Run</strong> > <strong>Run</strong> (or
54 <li>Install and start the application on an emulator (or device), based on the Deployment
63 <p>If you run the application with the Debug option, the application will start in the "Waiting For Debugger" mode. Once the debugger
64 is attached, Eclipse opens the Debug perspective and starts the application's main activity. Otherwise, if you run the
65 application with the normal Run option, Eclipse installs the application on the device and launches the main activity.</p>
70 <p>Be certain to create multiple AVDs upon which to test your application. You should have one
71 AVD for each platform and screen type with which your application is compatible. For instance, if
72 your application compiles against the Android 1.5 (API Level 3) platform, you should create an
75 application on each one.</p>
79 <p>Before you can run your application on a device, you must perform some basic setup for your
83 <li>Ensure that your application is debuggable by setting the
84 <code>android:debuggable</code> attribute of the <code><application></code>
106 <p>Once set up and your device is connected via USB, install your application on the device by
114 Application</em>, ADT will automatically create a run configuration. The default run
125 <li>Expand the <strong>Android Application</strong> item and create a new configuration or open
134 selecting an AVD to run your application. See the following section on <a href=
150 select an AVD. In this mode, ADT will select an AVD for the application in the following
155 requirements of the application's build target, the application is installed and run upon
166 <li>If there are no suitable AVDs, the application is not installed a console error warning tells
170 <p>However, if a "preferred AVD" is selected in the run configuration, then the application will
175 presented every time that your application