Creating a Launch Configuration for the Project

Create a new launch configuration for the SUP101Android project. The configuration specifies how the application launches, and defines the target Android platform.

Prerequisites
In the Sybase Unwired WorkSpace, use the AVD Manager to add a new target Android Virtual Device (AVD).
Task
  1. In Workspace Navigator, right-click the SUP101Android project, and select Run As > Run Configurations.
  2. Right-click Android Application and select New.
  3. In the Name field, enter SUP101.
  4. In the Android tab, click Browse and select SUP101Android. Click OK.
  5. In the Launch Action area, select Launch Default Activity.

    Android Tutorial Run As Configurations Window
  6. In the Target tab, select a deployment target. For example, select Automatically pick compatible device, then specify an AVD for deployment. Accept all other default settings.

    Android Tutorial Configuration Target Tab
  7. Click Apply, then Close.