Where is the AndroidManifest.xml file in a Flutter project

Updated: February 27, 2023 By: A Goodman Post a comment

The AndroidManifest.xml file describes essential information about your app to the Android build tools, the Android operating system, and Google Play.

The AndroidManifest.xml file of a Flutter project locates at:

<project-root>/android/app/src/main/AndroidManifest.xml

Screenshot:

If you only want to make an app for iOS devices, you can ignore this file and the entire android folder.

Further reading:

You can also check out our Flutter category page or Dart category page for the latest tutorials and examples.

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments

Related Articles