Android Application Manifest File (AndroidManifest.xml)
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\21.0\Bpl\<platform>
- For C++:
C:\Users\Public\Documents\Embarcadero\Studio\21.0\Bpl\<platform>\<build configuration>
C:\Users\Public\Documents\Embarcadero\Studio\21.0\DCP\<platform>\<build configuration>
- In other projects:
C:\Users\<user>\Documents\Embarcadero\Studio\Projects\<project>\<platform>\<build configuration>
To change the output directory:
- In Delphi: use the Package output directory option in Project > Options > Delphi Compiler.
- In C++: use the BPI/LIB output option in Project > Options > C++ (Shared Options).
See Also
- Apple Application Information File (*.info.plist)
- Apple Application Entitlement File (*.entitlements)
- Apple Application Resource Rule File (ResourceRules.plist)
- AndroidManifest.xml (Android documentation)