ERROR: dump failed because no AndroidManifest.xml found

后端 未结 9 956
终归单人心
终归单人心 2020-12-31 08:12

When I try to upload an application to android playstore I get the following error:

ERROR: dump failed because no AndroidManifest.xml found

9条回答
  •  傲寒
    傲寒 (楼主)
    2020-12-31 08:34

    Solved : Im using VScode.

    What happened : After dart update, there was a permission error on flutter.bat

    Solution :

    1. Locate flutter.bat and give Full controll.
    2. Open a cmd with Admin privileges, locate the folder that you are doing the development.
    3. use 'FLutter clean' command (do not use vscode Terminal)
    4. rerun app using 'Run without debug'

    cheers.

提交回复
热议问题