AndroidManifest.xml file not found

前端 未结 12 2118
清酒与你
清酒与你 2020-12-09 03:20

I\'m using git, and creating lots of git branches for new features on a project I\'m working on. Every once in a while, I\'ll create a new branch off master as usual (let\'s

12条回答
  •  旧时难觅i
    2020-12-09 04:03

    Go File,Project Structure or press Ctrl+Shift+Alt+S,

    Go Facets, Select your android project, in the structure there are configuration files, folders. Image of structure tab (before)

    Location of AndroidManifest file was like this:

    D:\Programming\Dart Flutter Projects\tip_calculator\AndroidManifest.xml

    Change the location like this. Image of structure tab (after)

    Changed it to here:

    D:\Programming\Dart Flutter Projects\tip_calculator\android\app\src\profile\AndroidManifest.xml

提交回复
热议问题