ERROR: dump failed because no AndroidManifest.xml found

后端 未结 9 936
终归单人心
终归单人心 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:41

    solution:

    • compile it & export the project under linux (eclipse)
    • switch to InteliJ Studio (recommended)

    it seems from time to time there a problem with eclipse under windows 7,8

    0 讨论(0)
  • 2020-12-31 08:45

    I dont know o 'why' of this. I faced this problem using Visual Studio Code in a Flutter project and Im posting my solution because it can help others. I just run 'Flutter Clean Project' and then I run the project. All works again!

    0 讨论(0)
  • 2020-12-31 08:48

    The solution is easy, just delete app.apk file from: /build/app/outputs/apk/app.apk, Visual Studio will create a new correct app.apk file. I tried it

    0 讨论(0)
提交回复
热议问题