I notice there are several AndroidManifest.xml
s under android/app/src
, debug
, main
, and profile
folders all contain one. Which one to edit?
Main AndroidManifest.xml
file is located at 'Project' > app > src > main > AndroidManifest.xml.
Other AndroidManifest.xml
which are in debug folder and profile folder are systems generated when you are running a flutter app directly to mobile it will generate or while creating a flutter project. E.g: It is used for hot reload when the device is connected.
Press cmd + shift + o and enter androidmanifest.xml
, now open the one located at android/app/src/main
.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With