ERROR: Android Source Generator: [project] AndroidManifest.xml file not found

前端 未结 13 861
旧时难觅i
旧时难觅i 2021-02-03 17:57

I am a newbie to android , using intellij idea. when I want to compile my hello-world ( the first step ;) ) I faced with this error \"Android Source Generator: [project] Android

13条回答
  •  忘了有多久
    2021-02-03 18:31

    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 strcuture tab (after)

    Changed it to here: D:\Programming\Dart Flutter Projects\tip_calculator\android\app\src\profile\AndroidManifest.xml

提交回复
热议问题