Issue
When I try to upload an application to android playstore 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.
if anyone know a solution...
(LATER EDIT): the fastest solution you can find, without having to hit your head in the wall, is in my own accepted answer below. anyway, InteliJ is 100x times better than eclipse.
Solution
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
Answered By - OWADVL