Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ERROR: dump failed because no AndroidManifest.xml found

When I try to upload an application to Android Play store I get the following error:

ERROR: dump failed because no AndroidManifest.xml found

Steps that I took:

  • new HDD, install clean jre, jdk
  • download Android eclipse bundle - latest version today
  • make a new project, sample. simple hello world
  • sign it with the wizard, create a certificate etc.
  • try to upload it on the market...=ERROR!

I tried many combinations, different eclipse versions. Even to sign it manually. It doesn't work. If I try to run aapt dump badging I get the same error.

like image 201
OWADVL Avatar asked May 16 '13 14:05

OWADVL


Video Answer


2 Answers

Just delete app.apk file from: /build/app/outputs/apk/app.apk. Visual Studio will create a new correct app.apk file.

like image 121
Nekkache Abdesslem Avatar answered Oct 20 '22 01:10

Nekkache Abdesslem


Just write in the terminal

flutter clean
like image 32
AbdurRehman Avatar answered Oct 20 '22 00:10

AbdurRehman