After creating a new application using android studio. I see the manifest file in MyApplication / app / src / main / AndroidManifest.xml. I changed the version code and version name in this file and tried to display them dynamically. However, they still displayed 1 and 1.0.
I looked into the hard drive and saw a folder on the way: C: ... \ MyApplication \ application \ build \ intermediate \ manifests \ Debug \ AndroidManifest.xml
Using an external editor, I changed the values in this file. However, I still get version 1 in my magazines.
Where can I find this folder / manifest file through android studio?
source
share