Android Application Manifest File (AndroidManifest.xml)

From RAD Studio
Jump to: navigation, search

Go Up to File Types Index


When you build a project for the Android target platform, RAD Studio generates an Android application manifest file. This file is necessary to generate the bundle of your application.

Android application manifest files provide information about your application. Its content is generated from the information in the following pages of your project configuration:

When you build your project, your Android application manifest file is generated by default as AndroidManifest.xml into the following folder:

  • In packages:
    Note: You do not need an Android application manifest file for packages.
    • For Delphi: C:\Users\Public\Documents\Embarcadero\Studio\19.0\Bpl\<platform>
    • For C++:
      • C:\Users\Public\Documents\Embarcadero\Studio\19.0\Bpl\<platform>\<build configuration>
      • C:\Users\Public\Documents\Embarcadero\Studio\19.0\DCP\<platform>\<build configuration>
  • In other projects: C:\Users\<user>\Documents\Embarcadero\Studio\Projects\<project>\<platform>\<build configuration>

To change the output directory:

See Also