Generate and run the app

Run your app to display to a device or emulator.

  1. Right-click on the Application node in the project or on the Program entity in the BA diagram and select Build.
    Note: To better understand what is happening during the build of the program, turn on verbose mode using Tools > Preferences (or, if you are on a Mac, Genero Studio > Preferences), then Compiler and Runtime > Compilation Configuration
  2. Right-click on the Application node in the project or on the Program entity in the BA diagram and select Execute.
    Figure 1 shows the application screens running on the Androidâ„¢ emulator, where:
    1. Account is the master form.
    2. Orders is the detail form. It is opened from the menu item (orders) on the master form.
    3. EditOrder is the form for editing order details. It is opened from a tap on a row on Orders.
    Figure: Three screens from app running on Android emulator

    Figure shows a screenshot of the application screens running on the Android emulator
What to do next:

Continue to build your app by working with its BA diagram to add and customize forms, and build relations between the entities. For more information, see Customize the app.