Flutter 找到你的翅膀

Flutter 找到你的翅膀,flutter,android-manifest,Flutter,Android Manifest,这可能是一个非常愚蠢的问题,但是我在哪里可以找到AndroidManifest.xml 我正在使用IntelliJ,我正在尝试将谷歌地图添加到我的Flitter项目中 我读过 还有更多 据我所知,我应该找到这样的东西: <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.exa

这可能是一个非常愚蠢的问题,但是我在哪里可以找到AndroidManifest.xml

我正在使用IntelliJ,我正在尝试将谷歌地图添加到我的Flitter项目中

我读过

还有更多

据我所知,我应该找到这样的东西:

<?xml version="1.0" encoding="utf-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
    package="com.example.myapp"
    android:versionCode="1"
    android:versionName="1.0" >
    ...
</manifest>

...
但我只发现:

<?xml version="1.0" encoding="UTF-8"?>
<module type="JAVA_MODULE" version="4">
  <component name="FacetManager">
    <facet type="android" name="Android">
      <configuration>

如果这个问题很愚蠢,我真的很抱歉,但这对我来说是个问题


谢谢你能找到这样的

myproject/android/app/src/main/AndroidManifest.xml查看:

projectFolder/android/app/src/main/AndroidManifest.xml