Android Application Manifest File (AndroidManifest.xml)
Go Up to File Types Index
When you build a project for the Android target platform, Appmethod 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 Object Pascal:
C:\Users\Public\Documents\Embarcadero\Studio\17.0\Bpl\<platform>
- For C++:
C:\Users\Public\Documents\Embarcadero\Studio\17.0\Bpl\<platform>\<build configuration>
C:\Users\Public\Documents\Embarcadero\Studio\17.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 Object Pascal: use the Package output directory option in Project > Options > Object Pascal Compiler.
- In C++: use the BPI/LIB output option in Project > Options > C++ (Shared Options).
See Also
- AndroidManifest.xml (Android documentation)