Configuring Android Application Properties

(Optional) Review the Android Manifest window, where you define the general Android properties used in an application.

  1. In Package Explorer, expand the SUP101Sample project.
  2. Double-click the AndroidManifest.xml file.
  3. Select the Manifest tab.
  4. Review the options in the Android Manifest window, where you can change the general attributes, export options, and content of the AndroidManifest.xml file.
    Tip: Click Uses Sdk to indicate the API level for the minimum SDK version on which you want to run the application.

    Android Tutorial Configure Android Manifest Image
Next
Modify the Android manifest file to add a Detail Activity class.