When I try to upload an application to android playstore I get the following error:
ERROR: dump failed because no AndroidManifest.xml found
solution:
it seems from time to time there a problem with eclipse under windows 7,8
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!
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