General tab
| Item | Description |
|---|---|
| Name | In this text box, specify the name of the current run/debug configuration. |
| Module | From this drop-down list, select the module to apply the configuration to. |
| Do not launch activity | Select this option to run the application on a virtual or physical device without launching any activities. |
| Launch default activity | Select this option to have the activity marked as start-up launched on application start. |
| Launch |
Select this option to specify the activity to be launched upon the application start.
Type the activity name manually or click the Browse button
and select the desired activity in the Select Activity Class dialog box, that opens.
The list of available activities is determined by the choice of the module. |
| Deploy application |
|
| Target Device |
In this area, choose the type of device to run/debug the application on. The available options are:
Note Selecting the Show chooser dialog or USB device option may be helpful if you are going to run the application on a physical device which will be plugged in later and therefore the set of available devices cannot be foreseen. |
| Prefer Android Virtual Device | From this drop-down box, select the virtual device configuration to run or debug the specified activity.
The drop-down list is available only if the Emulator check box is cleared. |
Browse ![]() |
Click this button to open the Select Android Virtual Device dialog box, where you can appoint a device to launch upon the future session start-up with the configuration being specified |
Emulator tab
In this tab, specify additional configuration settings for launching the Android emulator.
| Item | Description |
|---|---|
| Network Speed |
From this drop-down list,
select the network transfer rate to be simulated.
|
| Network Latency | Use this drop-down list to specify the time delay between the initial input and the output. |
| Wipe user data | Select this check box to have the contents of the user-data image copied to the new user-data disk image while resetting the image. By default, the <system>/userdata.img is copied. |
| Disable boot animation | Select this check box if you do not want an animated boot screen displayed upon the emulator start-up. |
| Additional command line options |
In this text box, type the additional options to be passed to the emulator
via the command line.
For lengthy command lines, click the |
Logcat tab
| Item | Description |
|---|---|
| Clear log before launch | Select this check box to have the data from previous sessions removed from the log file before starting the application. |
Toolbar
| Item | Keyboard shortcut | Description |
|---|---|---|
|
InsertInsert | Click this button to add new configuration to the list. |
|
DeleteDelete | Click this button to remove the selected configuration from the list. |
|
Ctrl+DCommand D | Click this button to create a copy of the selected configuration. |
|
Edit Defaults | Click this button to edit the default configuration templates. The defaults are used for the newly created configurations. |
|
UpUp
DownDown |
Use these buttons to move the selected configuration up and down in the list. The order of configurations in the list defines the order, in which configurations appear in the Run/Debug drop-down list on the main toolbar. |
Common options
| Item | Description |
|---|---|
| Name | In this text box, specify the name of the current run/debug configuration. |
| Defaults | This node in the left-hand pane of the dialog box contains the default run/debug configuration settings. Select the desired configuration to change its default settings in the right-hand pane. The defaults are applied to all newly created run/debug configurations. |
| Temporary configurations limit | Specify here the maximum number of temporary configurations to be stored and shown in the Select Run/Debug Configuration drop-down list. |
| Before Launch |
In this area, specify the activities to be performed before starting the current configuration. The available options are:
|
| Share configuration |
If this check box is selected, the run/debug configurations become available to the other team members.
In case of the standard project format, the run/debug configurations will be stored in the .ipr file, which is usually shared through the version control, rather than .iws. In case of the directory-based project format, the shared run/debug configurations are kept in separate xml files under .idea\runConfigurations folder, while the local run/debug configurations are kept in the .idea\workspace.xml. |

and select the desired activity in the
to be simulated.