Creating a Launch Configuration for the Project

Create and define a new launch configuration for the SUP101Sample project. The configuration defines how the application launches and the target Android platform.

Prerequisites
In the Unwired WorkSpace Window menu, use the AVD Manager to add a new target Android Virtual Device (AVD) for the launch configuration.
Task
  1. In Package Explorer, right-click the SUP101Sample project, and select Run As > Run Configurations.
  2. Right-click Android Application and select New.
  3. In the Name field, enter SUP101Sample.
  4. In the Android tab, click Browse and select SUP101Sample. Click OK.
  5. In the Launch Action area, select Launch Default Activity.


  6. In the Target tab, select a deployment target.
    For example, select Automatic and an AVD for deployment.
  7. Keep the other default settings.


  8. Click Apply, then Close.