When trying to upload my apk to the Market, I get error: the file is invalid: error: dump failed because no androidmanifest.xml found
The AndroidManifest.xml file is in the apk which has been signed and zipaligned. I'm using a package name: "SkylogPro.SkylogPro" and, after zipaligning: "SkylogPro.apk" Is the problem perhaps that I'm not using a valid Java name? Or that the name in the AndroidManifest is not the same as the published package? If the latter, you have to specify a different name for the output file when zipaligning, otherwise the process fails. Any help appreciated. Regards...Andrew -- View this message in context: http://mono-for-android.1047100.n5.nabble.com/Deployment-error-tp4880321p4880321.html Sent from the Mono for Android mailing list archive at Nabble.com. _______________________________________________ Monodroid mailing list [email protected] UNSUBSCRIBE INFORMATION: http://lists.ximian.com/mailman/listinfo/monodroid
