When I try to upload an application to android playstore I get the following error:
ERROR: dump failed because no AndroidManifest.xml found
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