AndroidManifest.xml

The AndroidManifest.xml file is getting changed each time I build.
I would like to stop that from happening.
Which step of the build process overwrites that file?

hi Richard,
If you want to stop update you set Update Android Manifest = NO in Project Configuration: ConfigurationProperties>General>Project Defaults>Update Android Manifest.

Update Android Manifest = Yes is the default. And It just update MinAPI/TargetAPI/MaxAPI when these info is not consistent with Project Configuration.

if you want to change MinAPI/TargetAPI/MaxAPI , Please use Project Configuration properties page.
others, you could modify directly in AndroidManifest.xml . it is safe that would not be overwritten.

So what modification did you do on AndroidManifest.xml?

Great! the file kept getting reformatted so GIT would want to commit this file.

We use eclipse and Dev Studio so didn’t want this to happen each time.

The original file is from eclipse. I didn’t make any modifications to it.

Thank you!

Update: There is no option Update Android Manifest as you specified under Project Defaults.

Update: There is no option Update Android Manifest as you specified under Project Defaults.

which version do you use “Dev Studio”? the current version 1.2 should have it. I have confirmed it. if you still can’t find it, you could send a mail to devtools-support@nvidia.com.

  1. Latest NVPACK.

this version has this option

Hi Richard - the version you need is now available on the developer site.